We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b1aa5c + 2d5c422 commit 3fc9aa3Copy full SHA for 3fc9aa3
.github/workflows/release.yml
@@ -1,10 +1,11 @@
1
-# Package and publish the action when a new release is created
+# Package and publish the action when a new release is published
2
# Since this is the publishing action itself, we can use the current checkout as the action
3
name: 'Publish Immutable Action Version'
4
on:
5
release:
6
- types: [created]
+ types: [published]
7
permissions:
8
+ contents: read
9
id-token: write
10
packages: write
11
jobs:
README.md
@@ -37,7 +37,7 @@ name: "Publish Immutable Action Version"
37
38
39
40
41
42
43
publish:
0 commit comments