Skip to content

Commit

Permalink
Merge pull request #45 from localnerve/rc-0.11.7
Browse files Browse the repository at this point in the history
@0.11.7 - update deploy yml
  • Loading branch information
localnerve authored Oct 4, 2024
2 parents 9dce164 + 2a9cb43 commit 755f227
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- name: Verify
run: npm run lint && npm test
- name: Publish
if: ${{ success() }}
run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
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": "picklr",
"version": "0.11.6",
"version": "0.11.7",
"description": "A utility to update a single line in multiple files",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit 755f227

Please sign in to comment.