mirror of
https://gitea.com/actions/setup-node.git
synced 2025-07-16 05:30:01 +08:00
Compare commits
No commits in common. "aca7b64a59c0063db8564e0ffdadd3887f1cbae5" and "88de2a3d99c13aa734c49200e8bc673fb0a80ab8" have entirely different histories.
aca7b64a59
...
88de2a3d99
@ -2,7 +2,7 @@ name: 'Publish Immutable Action Version'
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
types: [created]
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
@ -17,4 +17,6 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
- name: Publish
|
||||
id: publish
|
||||
uses: actions/publish-immutable-action@0.0.3
|
||||
uses: actions/publish-immutable-action@0.0.1
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user