Merge pull request #800 from crazy-max/publish-immutable-action
Some checks failed
test / test (push) Failing after 31s
validate / prepare (push) Successful in 34s
validate / validate (push) Failing after 3s

ci: publish as immutable action workflow
This commit is contained in:
CrazyMax 2024-10-26 00:40:31 +02:00 committed by GitHub
commit 06895751d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

21
.github/workflows/publish.yml vendored Normal file
View file

@ -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