Skip to content

Commit

Permalink
Merge pull request #259 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 d38ec1b + ef43224 commit 1417204
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/[email protected]

0 comments on commit 1417204

Please sign in to comment.