Skip to content

Commit

Permalink
Make publishing hit a beta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic committed Oct 3, 2024
1 parent dd1c663 commit 5eae5b0
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 @@ -27,9 +27,9 @@ jobs:

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

Expand Down

0 comments on commit 5eae5b0

Please sign in to comment.