|
|
@ -2,7 +2,7 @@ name: 'Publish Immutable Action Version'
|
|
|
|
|
|
|
|
|
|
|
|
on:
|
|
|
|
on:
|
|
|
|
release:
|
|
|
|
release:
|
|
|
|
types: [created]
|
|
|
|
types: [published]
|
|
|
|
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
jobs:
|
|
|
|
publish:
|
|
|
|
publish:
|
|
|
@ -17,6 +17,4 @@ jobs:
|
|
|
|
uses: actions/checkout@v4
|
|
|
|
uses: actions/checkout@v4
|
|
|
|
- name: Publish
|
|
|
|
- name: Publish
|
|
|
|
id: publish
|
|
|
|
id: publish
|
|
|
|
uses: actions/publish-immutable-action@0.0.1
|
|
|
|
uses: actions/publish-immutable-action@0.0.3
|
|
|
|
with:
|
|
|
|
|
|
|
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
|
|
|
|