From 55ec9447dda3d1cf6bd587150f3262f30ee10815 Mon Sep 17 00:00:00 2001 From: aparnajyothi-y <147696841+aparnajyothi-y@users.noreply.github.com> Date: Thu, 17 Apr 2025 23:51:33 +0530 Subject: [PATCH] V3 - Update the file name publish-immutable-actions to publish-immutable-action (#630) * add Publish Immutable Action * file name update --- .../workflows/publish-immutable-action.yml | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/publish-immutable-action.yml diff --git a/.github/workflows/publish-immutable-action.yml b/.github/workflows/publish-immutable-action.yml new file mode 100644 index 0000000..7c25834 --- /dev/null +++ b/.github/workflows/publish-immutable-action.yml @@ -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@v0.0.4