We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bcbceb commit b7edacfCopy full SHA for b7edacf
.github/workflows/release-edge.yml
@@ -69,6 +69,9 @@ jobs:
69
70
publish:
71
needs: prepare
72
+ permissions:
73
+ contents: read
74
+ id-token: write
75
uses: ./.github/workflows/npm-publish.yml
76
with:
77
tag: edge
.github/workflows/release.yml
@@ -28,10 +28,15 @@ jobs:
28
token: ${{ secrets.BOT_TOKEN }}
29
release-type: node
30
default-branch: master
31
+ package-name: cloudinary-video-player
32
+ include-v-in-tag: true
33
34
35
needs: release
36
if: ${{ needs.release.outputs.release_created == 'true' }}
37
38
39
40
41
42
notify:
0 commit comments