Skip to content

Commit 2f493fa

Browse files
committed
ci: publish as immutable action workflow
Signed-off-by: CrazyMax <[email protected]>
1 parent 719c55c commit 2f493fa

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/publish.yml

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: publish
2+
3+
on:
4+
release:
5+
types:
6+
- published
7+
8+
jobs:
9+
publish:
10+
runs-on: ubuntu-latest
11+
permissions:
12+
contents: read
13+
id-token: write
14+
packages: write
15+
steps:
16+
-
17+
name: Checkout
18+
uses: actions/checkout@v4
19+
-
20+
name: Publish
21+
uses: actions/[email protected]

0 commit comments

Comments
 (0)