We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d0b66c commit 8aa8b06Copy full SHA for 8aa8b06
1 file changed
.github/workflows/release.yml
@@ -11,6 +11,8 @@ jobs:
11
name: Publish & Deploy
12
if: github.event_name == 'push'
13
runs-on: ubuntu-latest
14
+ permissions:
15
+ id-token: write
16
env:
17
CI: true
18
steps:
@@ -42,7 +44,10 @@ jobs:
42
44
43
45
snapshot:
46
name: Publish snapshot version
47
+ if: github.event_name == 'workflow_dispatch'
48
49
50
51
52
53
0 commit comments