2024-09-02 12:49:55 +00:00
|
|
|
name: 'Publish Immutable Action Version'
|
|
|
|
|
|
|
|
on:
|
|
|
|
release:
|
2024-09-16 15:18:15 +00:00
|
|
|
types: [published]
|
2024-09-02 12:49:55 +00:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
publish:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
permissions:
|
|
|
|
contents: read
|
|
|
|
id-token: write
|
|
|
|
packages: write
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: Checking out
|
|
|
|
uses: actions/checkout@v4
|
|
|
|
- name: Publish
|
|
|
|
id: publish
|
2024-09-16 15:18:15 +00:00
|
|
|
uses: actions/publish-immutable-action@0.0.3
|