Skip to content

Commit

Permalink
Merge pull request #12 from BitGo/semantic-release-fix-public
Browse files Browse the repository at this point in the history
fix: use public shared action for ci/release
  • Loading branch information
ericcrosson-bitgo authored Jul 11, 2024
2 parents c459687 + 962b0f3 commit cd4f9ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ on:

jobs:
test:
uses: BitGo/gha-release-typescript-library/.github/workflows/ci.yml@v3
uses: semantic-release-action/typescript/.github/workflows/ci.yml@v3
7 changes: 3 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ on:
- "[0-9]+.[0-9]+.x"
- "[0-9]+.x"

env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

jobs:
release:
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 comments on commit cd4f9ad

Please sign in to comment.