mirror of
https://github.com/dagger/dagger-for-github.git
synced 2026-01-02 13:20:11 +11:00
19 lines
366 B
YAML
19 lines
366 B
YAML
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
|