Skip to content

Commit

Permalink
- WIP - github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jpage4500 committed Oct 18, 2024
1 parent 8463c70 commit 392ed11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jdeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
- name: set NPM token
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc

- name: Install jdeploy
- name: Install and run jdeploy
run: |
npm install jdeploy
jdeploy publish
npm publish
# - name: Build App Installer Bundles
# uses: shannah/jdeploy@master
Expand Down

0 comments on commit 392ed11

Please sign in to comment.