cache/.github/workflows/publish-immutable-actions.yml

24 lines
435 B
YAML
Raw Permalink Normal View History

name: 'Publish Immutable Action Version'
on:
release:
types: [published]
jobs:
publish:
environment:
name: releaseNewActionVersion
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
packages: write
steps:
- name: Checking out
uses: actions/checkout@v4
- name: Publish
id: publish
uses: actions/publish-immutable-action@0.0.3