ci: publish as immutable action workflow

This commit is contained in:
CrazyMax 2025-01-28 09:49:05 +01:00
parent 370a7dad4b
commit a329cfc112
No known key found for this signature in database
GPG Key ID: ADE44D8C9D44FBE4

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