Skip to content

Commit

Permalink
Prepare v12.0.0-rc.1 for release (#954)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic authored May 2, 2024
1 parent 41cc0cf commit 356bf80
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/npm_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@ jobs:
run: yarn install

- name: Build, Test, and Package
run: yarn preversion
run: |
npm unpublish @stellar/[email protected]
npm unpublish [email protected]
yarn preversion
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Publish npm package to both places
run: |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stellar/stellar-sdk",
"version": "12.0.0",
"version": "12.0.0-rc.1",
"description": "A library for working with the Stellar network, including communication with the Horizon and Soroban RPC servers.",
"keywords": [
"stellar"
Expand Down

0 comments on commit 356bf80

Please sign in to comment.