mirror of
https://github.com/dagger/dagger-for-github.git
synced 2026-01-02 05:19:47 +11:00
chore: Create publish-immutable-action.yml
Signed-off-by: Jeremy Adams <jeremy@dagger.io>
This commit is contained in:
parent
f5cc786d3e
commit
492bb95adc
1 changed files with 19 additions and 0 deletions
19
.github/workflows/publish-immutable-action.yml
vendored
Normal file
19
.github/workflows/publish-immutable-action.yml
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
name: "Publish Immutable Action Version"
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
id-token: write
|
||||
packages: write
|
||||
steps:
|
||||
- name: Check out repo
|
||||
uses: actions/checkout@v4
|
||||
- name: Publish
|
||||
id: publish
|
||||
uses: actions/publish-immutable-action@0.0.4
|
||||
Loading…
Add table
Add a link
Reference in a new issue