Skip to content

Commit

Permalink
fix: Update release step names [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Corb3nik committed Feb 27, 2023
1 parent a41e577 commit 20a0811
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
echo '@caido:registry=https://registry.npmjs.org/' > ~/.npmrc
echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' >> ~/.npmrc
- name: Semantic release
- name: Prepare package + publish to npmjs.org/crates.io
run: yarn run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -43,7 +43,7 @@ jobs:
echo '@caido:registry=https://npm.pkg.github.com/' > ~/.npmrc
echo '//npm.pkg.github.com/:_authToken=${GHP_TOKEN}' >> ~/.npmrc
- name: Publish to github package
- name: Publish to Github registry
run: npm publish
working-directory: ./wasm-package
env:
Expand Down

0 comments on commit 20a0811

Please sign in to comment.