Skip to content

Commit 9879e61

Browse files
author
Tanjeem Hossain
committed
ci: pin to version v3.1.0
The reason we are using the "ci" prefix for the commit message is because We do not want to actually trigger a new release here, take a look at DX-2123 for more details. Now that `npm-token` is no longer a required secret, we can check the release logs and see that OIDC Trusted Publishing is being used. The change to the `npm-token` requirement was made in the pinned SHA version 3.1.0 of semantic-release-action/typescript. Ticket: DX-2243
1 parent 37c0fc4 commit 9879e61

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ on:
2222

2323
jobs:
2424
release:
25-
uses: semantic-release-action/typescript/.github/workflows/release.yml@1d40c29e2d500f3bcceeb13f95d26a3a1b571f51 # v3.0.20
26-
secrets:
27-
npm-token: "FAKE_NPM_TOKEN_FOR_SEMANTIC_RELEASE"
25+
uses: semantic-release-action/typescript/.github/workflows/release.yml@70c4b6f612fd516692472d20eac1c590ac08cd20 # v3.1.0
2826
with:
2927
disable-semantic-release-git: true

0 commit comments

Comments
 (0)