Skip to content

Commit

Permalink
ci: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
pratyushly committed Jul 3, 2023
1 parent 60b9ab0 commit e57d34d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ jobs:
# We install all the dependencies
- run: pnpm install --frozen-lockfile
- name: Publish on GitHub packages
run: npm publish
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "accountid",
"version": "1.2.4",
"version": "1.2.6",
"description": "Create URL friendly short IDs just like YouTube",
"author": "Pratyush Goel",
"homepage": "https://github.com/pratyushly/accountid#readme",
Expand Down

0 comments on commit e57d34d

Please sign in to comment.