Use Release Published
This commit is contained in:
@@ -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
|
# Since this is the publishing action itself, we can use the current checkout as the action
|
||||||
name: 'Publish Immutable Action Version'
|
name: 'Publish Immutable Action Version'
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
types: [created]
|
types: [published]
|
||||||
permissions:
|
permissions:
|
||||||
|
contents: read
|
||||||
id-token: write
|
id-token: write
|
||||||
packages: write
|
packages: write
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Reference in New Issue
Block a user