Merge branch 'actions:main' into main

This commit is contained in:
sarut Limpajeerawong 2025-03-16 22:47:00 +07:00 committed by GitHub
commit 13e8f4f09e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 176 additions and 2532 deletions

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@0.0.3