Skip to content

Commit 492bb95

Browse files
committed
chore: Create publish-immutable-action.yml
Signed-off-by: Jeremy Adams <[email protected]>
1 parent f5cc786 commit 492bb95

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: "Publish Immutable Action Version"
2+
3+
on:
4+
release:
5+
types: [published]
6+
7+
jobs:
8+
publish:
9+
runs-on: ubuntu-latest
10+
permissions:
11+
contents: read
12+
id-token: write
13+
packages: write
14+
steps:
15+
- name: Check out repo
16+
uses: actions/checkout@v4
17+
- name: Publish
18+
id: publish
19+
uses: actions/[email protected]

0 commit comments

Comments
 (0)