mirror of
https://github.com/actions/setup-go.git
synced 2026-03-01 02:34:44 +08:00
Compare commits
4 Commits
v4.2.1
...
1a4c52e6ac
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1a4c52e6ac | ||
|
|
a360d9115f | ||
|
|
313e25e1b4 | ||
|
|
59ae2e3b00 |
20
.github/workflows/publish-immutable-action.yml
vendored
20
.github/workflows/publish-immutable-action.yml
vendored
@@ -1,20 +0,0 @@
|
||||
name: 'Publish Immutable Action Version'
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
id-token: write
|
||||
packages: write
|
||||
|
||||
steps:
|
||||
- name: Checking out
|
||||
uses: actions/checkout@v4
|
||||
- name: Publish
|
||||
id: publish
|
||||
uses: actions/publish-immutable-action@v0.0.4
|
||||
Reference in New Issue
Block a user