1
0
mirror of https://gitea.com/actions/cache.git synced 2025-02-23 20:20:44 +07:00
cache/.github/workflows/publish-immutable-actions.yml

21 lines
374 B
YAML
Raw Normal View History

2025-02-19 05:54:10 +07:00
name: 'Publish Immutable Action Version'
on:
release:
2025-02-19 05:56:11 +07:00
types: [released]
2025-02-19 05:54:10 +07: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
uses: actions/publish-immutable-action@0.0.3