Compare commits

..

1 Commits

Author SHA1 Message Date
Zxilly a6673683b7
Merge 574251b8c5 into 2dfa2011c5 2024-09-09 09:26:10 +05:30
1 changed files with 0 additions and 22 deletions

View File

@ -1,22 +0,0 @@
name: 'Publish Immutable Action Version'
on:
release:
types: [created]
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.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}