Skip to content

Commit

Permalink
fix: install script gets the latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
adikari committed Oct 4, 2022
1 parent 1ca79d1 commit 4dd96e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Publish to npm
run: npm publish
run: npm publish --access public
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": "@adikari/safebox",
"version": "1.1.0",
"version": "1.1.1",
"description": "A Fast and Flexible secret manager built with love by adikari in Go",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 4dd96e5

Please sign in to comment.