Compare commits

..

No commits in common. "97ca147735c170fb35096b39ef17a0fc5d9270ac" and "1c7b2db92075f828bee89d7e19d33a911d15e7b3" have entirely different histories.

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 }}