1
0
Fork 0
mirror of synced 2026-06-05 14:15:14 +00:00

add Publish Immutable Action (#627)

This commit is contained in:
aparnajyothi-y 2025-04-17 19:34:29 +05:30 committed by GitHub
commit 70918d1a1f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,20 @@
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: Checking out
uses: actions/checkout@v4
- name: Publish
id: publish
uses: actions/publish-immutable-action@v0.0.4