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 97ca147 commit d6ebc7bCopy full SHA for d6ebc7b
.github/workflows/publish-immutable-actions.yml
@@ -2,7 +2,7 @@ name: 'Publish Immutable Action Version'
2
3
on:
4
release:
5
- types: [created]
+ types: [published]
6
7
jobs:
8
publish:
@@ -17,6 +17,4 @@ jobs:
17
uses: actions/checkout@v4
18
- name: Publish
19
id: publish
20
- uses: actions/publish-immutable-action@0.0.1
21
- with:
22
- github-token: ${{ secrets.GITHUB_TOKEN }}
+ uses: actions/publish-immutable-action@0.0.3
0 commit comments