Skip to content

Commit f293618

Browse files
Fix auth
1 parent 669f84f commit f293618

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828
- name: Release
2929
id: release
3030
uses: justincy/[email protected]
31+
- name: Set up .npmrc
32+
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPMJS }}" > ~/.npmrc
3133
- name: Publish to npmjs
3234
if: ${{ steps.release.outputs.released == 'true' }}
3335
run: npm publish --access public
34-
env:
35-
NODE_AUTH_TOKEN: ${{ secrets.NPMJS }}
3636
- name: Upload JS
3737
id: uploadjs
3838
uses: actions/upload-release-asset@v1

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "frida-cshell",
33
"description": "Frida CShell",
4-
"version": "1.9.6",
4+
"version": "1.9.7",
55
"keywords": [
66
"frida-gum"
77
],

0 commit comments

Comments
 (0)