We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c459687 + 962b0f3 commit cd4f9adCopy full SHA for cd4f9ad
.github/workflows/ci.yaml
@@ -6,4 +6,4 @@ on:
6
7
jobs:
8
test:
9
- uses: BitGo/gha-release-typescript-library/.github/workflows/ci.yml@v3
+ uses: semantic-release-action/typescript/.github/workflows/ci.yml@v3
.github/workflows/release.yaml
@@ -18,9 +18,8 @@ on:
18
- "[0-9]+.[0-9]+.x"
19
- "[0-9]+.x"
20
21
-env:
22
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
23
-
24
25
release:
26
- uses: BitGo/gha-release-typescript-library/.github/workflows/release.yml@v3
+ uses: semantic-release-action/typescript/.github/workflows/release.yml@v3
+ secrets:
+ npm-token: ${{ secrets.NPM_TOKEN }}
0 commit comments