Skip to content

Commit

Permalink
Merge pull request #42 from pulumi/vl/NPMPublic
Browse files Browse the repository at this point in the history
Flip NPM publish to public
  • Loading branch information
viveklak authored May 4, 2022
2 parents c42f8d0 + af56c17 commit 0da7b02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion .github/workflows/release.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: latest
Expand Down

0 comments on commit 0da7b02

Please sign in to comment.