Skip to content

Commit

Permalink
fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingeek committed Mar 31, 2020
1 parent 7b7dd35 commit 2a5d993
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 @@ -32,7 +32,7 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Build application
run: npm build
run: npm run build
- name: upload assets
uses: actions-github/upload-to-release@master
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flyingeek/scriptable-pdfjs",
"version": "1.0.0-beta.5",
"version": "1.0.0-beta.6",
"description": "converts a pdf to text in ios app scriptable app.",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
Expand Down

0 comments on commit 2a5d993

Please sign in to comment.