Skip to content

Commit 669f84f

Browse files
Fix CI
1 parent b252356 commit 669f84f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ jobs:
2525
- name: Install
2626
id: install
2727
run: npm install
28+
- name: Release
29+
id: release
30+
uses: justincy/[email protected]
2831
- name: Publish to npmjs
2932
if: ${{ steps.release.outputs.released == 'true' }}
3033
run: npm publish --access public
3134
env:
3235
NODE_AUTH_TOKEN: ${{ secrets.NPMJS }}
33-
- name: Release
34-
id: release
35-
uses: justincy/[email protected]
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.5",
4+
"version": "1.9.6",
55
"keywords": [
66
"frida-gum"
77
],

0 commit comments

Comments
 (0)