Skip to content

Commit

Permalink
Drop the protocol-22-beta when publishing to npm (#1104)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic authored Nov 14, 2024
1 parent bbd258f commit 83de316
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 --tag protocol-22-beta
yarn publish --access public
sed -i -e 's#"@stellar/stellar-sdk"#"stellar-sdk"#' package.json
yarn publish --tag protocol-22-beta
yarn publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

Expand Down

0 comments on commit 83de316

Please sign in to comment.