setup-dotnet/.github/workflows/publish-immutable-action.yml
aparnajyothi-y 55ec9447dd
V3 - Update the file name publish-immutable-actions to publish-immutable-action (#630)
* add Publish Immutable Action

* file name update
2025-04-17 13:21:33 -05:00

21 lines
376 B
YAML

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