From a98badbf79447456b5a4f5d9e751a51e680b2e23 Mon Sep 17 00:00:00 2001 From: Aparna Jyothi Date: Wed, 16 Apr 2025 12:35:32 +0530 Subject: [PATCH] add publish-immutable-action.yml --- .../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 00000000..7c258347 --- /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