Skip to content

Commit

Permalink
fix: release-test
Browse files Browse the repository at this point in the history
  • Loading branch information
mindrunner committed May 28, 2024
1 parent e9e820a commit c6fab63
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ jobs:
with:
node-version-file: '.nvmrc'
- run: npm ci
- run: npm login
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
continue-on-error: true
- run: npm publish --access public --tag develop
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Star Atlas Factory for constructing Transactions targeting Solana on-chain programs",
"repository": {
"type": "git",
"url": "git+https://github.com/staratlasmeta/factory.git"
"url": "https://github.com/staratlasmeta/factory.git"
},
"author": "ATMTA, Inc.",
"license": "ISC",
Expand Down

0 comments on commit c6fab63

Please sign in to comment.