Skip to content

Commit

Permalink
Fixup tag to specify protocol version
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic committed Sep 27, 2024
1 parent deed3f0 commit 32a669b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:

- name: Publish npm package to both places
run: |
yarn publish --access public --tag beta
yarn publish --access public --tag protocol-22-beta
sed -i -e 's#"@stellar/stellar-base"#"stellar-base"#' package.json
yarn publish --tag beta
yarn publish --tag protocol-22-beta
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

Expand Down

0 comments on commit 32a669b

Please sign in to comment.