Skip to content

Commit b1dfee0

Browse files
author
Tanjeem Hossain
authored
Merge pull request #14 from BitGo/DX-2083
ci: migrate to OIDC Trusted Publishing
2 parents 5d1f0e2 + d5b32c6 commit b1dfee0

File tree

4 files changed

+626
-1137
lines changed

4 files changed

+626
-1137
lines changed

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Node.js
2424
uses: actions/setup-node@v4
2525
with:
26-
node-version: 22.x
26+
node-version: 22
2727
- name: Ensure npm 11.5.1 or later for trusted publishing
2828
run: |
2929
npm install -g npm@11.5.1

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- release
1313
jobs:
1414
release:
15+
if: false # disable release job on `release` branch
1516
name: Release
1617
runs-on: ubuntu-latest
1718
environment: publish

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"prettier": "2.8.7",
7070
"rollup": "4.9.6",
7171
"rollup-plugin-filesize": "10.0.0",
72-
"semantic-release": "21.0.1",
72+
"semantic-release": "25.0.0",
7373
"ts-jest": "29.1.2",
7474
"ts-node": "10.9.2",
7575
"typescript": "5.3.3"

0 commit comments

Comments
 (0)