mirror of
https://github.com/actions/setup-go.git
synced 2026-02-23 15:25:06 +08:00
Compare commits
5 Commits
v3
...
2e602de478
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2e602de478 | ||
|
|
25a24bca69 | ||
|
|
1f24eeeafb | ||
|
|
c7109bcdc9 | ||
|
|
29f056cad1 |
20
.github/workflows/publish-immutable-actions.yml
vendored
20
.github/workflows/publish-immutable-actions.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