Merge pull request #200 from actions/jcambass/2024-09-16/update-instructions

Use Release Published
This commit is contained in:
Joel Ambass
2024-09-16 17:15:28 +02:00
committed by GitHub
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -1,10 +1,11 @@
# Package and publish the action when a new release is created
# Package and publish the action when a new release is published
# Since this is the publishing action itself, we can use the current checkout as the action
name: 'Publish Immutable Action Version'
on:
release:
types: [created]
types: [published]
permissions:
contents: read
id-token: write
packages: write
jobs:
+1 -1
View File
@@ -37,7 +37,7 @@ name: "Publish Immutable Action Version"
on:
release:
types: [created]
types: [published]
jobs:
publish: