Skip to content

Commit

Permalink
Fix main as well
Browse files Browse the repository at this point in the history
  • Loading branch information
viveklak committed May 4, 2022
1 parent 8a44aa3 commit af56c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Publish Dev Package
uses: JS-DevTools/npm-publish@v1
with:
access: "restricted"
access: "public"
token: ${{ secrets.NPM_TOKEN }}
package: ${{github.workspace}}/lib/package.json
tag: dev
Expand Down

0 comments on commit af56c17

Please sign in to comment.