mirror of
https://gitea.com/actions/setup-node.git
synced 2025-02-06 00:46:10 +08:00
Compare commits
2 Commits
88de2a3d99
...
aca7b64a59
Author | SHA1 | Date | |
---|---|---|---|
|
aca7b64a59 | ||
|
d6ebc7b438 |
@ -2,7 +2,7 @@ name: 'Publish Immutable Action Version'
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [created]
|
||||
types: [published]
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
@ -17,6 +17,4 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
- name: Publish
|
||||
id: publish
|
||||
uses: actions/publish-immutable-action@0.0.1
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
uses: actions/publish-immutable-action@0.0.3
|
||||
|
Loading…
Reference in New Issue
Block a user