Skip to content

Commit

Permalink
Unpublish test
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic committed May 2, 2024
1 parent 356bf80 commit 669aa7e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/npm_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,7 @@ jobs:
run: yarn install

- name: Build, Test, and Package
run: |
npm unpublish @stellar/stellar-sdk@v12.0.0
npm unpublish stellar-sdk@v12.0.0
yarn preversion
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: yarn preversion

- name: Publish npm package to both places
run: |
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,8 @@ jobs:

- name: Browser Tests
run: yarn test:browser

- name: Remove NPM package
run: npm unpublish @stellar/stellar-sdk@v12.0.0
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 669aa7e

Please sign in to comment.