Skip to content

Commit

Permalink
Merge pull request #175 from crazy-max/publish-immutable-action
Browse files Browse the repository at this point in the history
ci: publish as immutable action workflow
  • Loading branch information
crazy-max authored Oct 25, 2024
2 parents 719c55c + 2f493fa commit 8b562ef
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: publish

on:
release:
types:
- published

jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
packages: write
steps:
-
name: Checkout
uses: actions/checkout@v4
-
name: Publish
uses: actions/publish-immutable-action@v0.0.4

0 comments on commit 8b562ef

Please sign in to comment.