Skip to content

Commit

Permalink
Release v9.0.1 to npm (#716)
Browse files Browse the repository at this point in the history
* Update publish script to push package without `beta` tag
  • Loading branch information
Shaptic authored Oct 7, 2021
1 parent e49933c commit f6bb273
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
run: yarn version

- name: Publish npm package
run: yarn publish --tag beta
run: yarn publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stellar-sdk",
"version": "9.0.0",
"version": "9.0.1",
"description": "stellar-sdk is a library for working with the Stellar Horizon server.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit f6bb273

Please sign in to comment.