Skip to content

Commit

Permalink
ci(release): add workflow file for publishing releases to immutable a…
Browse files Browse the repository at this point in the history
…ction 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]>
  • Loading branch information
Jcambass and parkerbxyz authored Sep 18, 2024
1 parent 5d869da commit 349e62c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/publish-immutable-action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: 'Publish Immutable Action'

on:
release:
types: [published]

jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
packages: write
steps:
- uses: actions/checkout@v4
- name: Publish Immutable Action
uses: actions/[email protected]

0 comments on commit 349e62c

Please sign in to comment.