Skip to content

Commit

Permalink
Refactor build workflow to include permissions for reading contents a…
Browse files Browse the repository at this point in the history
…nd writing packages, and update npm publish command
  • Loading branch information
ternakkode committed Sep 29, 2024
1 parent 4530df9 commit 18ebce5
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 @@ -77,7 +77,7 @@ jobs:
run: jq '.wasm_url = "${{vars.CLOUDFRONT_CDN_DOMAIN}}/${{ github.sha }}"' config.json | sponge config.json
- name: Install Dependencies
run: npm install
- run: npm publish
- run: npm publish --access public
env:
NODE_AUTH_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": "@globe-and-citizen/layer8-interceptor",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
Expand Down

0 comments on commit 18ebce5

Please sign in to comment.