Skip to content

Commit 349e62c

Browse files
Jcambassparkerbxyz
andauthored
ci(release): add workflow file for publishing releases to immutable action package (#170)
This workflow file publishes new action releases to the immutable action package of the same name as this repo. --------- Co-authored-by: Parker Brown <[email protected]>
1 parent 5d869da commit 349e62c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: 'Publish Immutable Action'
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+
- uses: actions/checkout@v4
16+
- name: Publish Immutable Action
17+
uses: actions/[email protected]

0 commit comments

Comments
 (0)