From 1e41222db4f57d8b6ecadde0ebabeac457e86b3a Mon Sep 17 00:00:00 2001 From: Tanjeem Hossain Date: Wed, 12 Nov 2025 14:51:31 -0500 Subject: [PATCH] fix: pin to v3.2.0-beta.1 to allow for environment input We are using semantic-release-action/typescript v3.2.0-beta.1 to test if OIDC Trusted Publishing with a GitHub Environment will succeed. Ticket: DX-2084 --- .github/workflows/release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5d58bef7..018a7621 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -22,6 +22,7 @@ on: jobs: release: - uses: semantic-release-action/typescript/.github/workflows/release.yml@70c4b6f612fd516692472d20eac1c590ac08cd20 # v3.1.0 + uses: semantic-release-action/typescript/.github/workflows/release.yml@fd8c4abce3b0710e4e0d0ecf17fdaf2e770d4c82 # v3.2.0-beta.1 with: disable-semantic-release-git: true + environment: publish