Skip to content

Commit

Permalink
Merge pull request #8 from achhayapathak/dev
Browse files Browse the repository at this point in the history
v1.3.8 bug-fix: removed the provenance flag
  • Loading branch information
achhayapathak authored Jun 23, 2024
2 parents 6a8e8a3 + 0945979 commit 7de4ed6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
run: npm link

- name: Publishing the package
run: npm publish --provenance
run: npm 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": "termtalk",
"version": "1.3.7",
"version": "1.3.8",
"description": "Npm package to securely chat with your friend through your CLI.",
"scripts": {
"host": "node ./server/server.js",
Expand Down

0 comments on commit 7de4ed6

Please sign in to comment.