Compare commits

..

No commits in common. "bcfbca5b713b77435aded8de683c7ee5e79f63cb" and "2dfa2011c5b2a0f1489bf9e433881c92c1631f88" 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 }}