Skip to content

Commit

Permalink
Merge pull request #98 from tinymanorg/fix/tiny-1690-update-cache-cor…
Browse files Browse the repository at this point in the history
…rectly

Remove redundant npm publish action
  • Loading branch information
gulcinuras authored Nov 13, 2024
2 parents b0243c6 + b27a45a commit f40e9fe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
- run: npm install
- run: npm test
- run: npm run build
- run: npm publish

- id: publish-to-npm
uses: JS-DevTools/npm-publish@v3
Expand All @@ -32,4 +31,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: ${{ steps.publish-to-npm.outputs.version }}
release_name: ${{ steps.publish-to-npm.outputs.version }}
release_name: ${{ steps.publish-to-npm.outputs.version }}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinymanorg/tinyman-js-sdk",
"version": "4.0.8",
"version": "4.0.9",
"description": "Tinyman JS SDK",
"author": "Tinyman Core Team",
"license": "MIT",
Expand Down

0 comments on commit f40e9fe

Please sign in to comment.