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 a701674 commit 7b7dd35
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,12 @@ jobs:
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
- uses: JasonEtco/upload-to-release@master
- name: Build application
run: npm build
- name: upload assets
uses: actions-github/upload-to-release@master
with:
args: dist/scriptable-pdfjs.html text/html
file: './dist/scriptable-pdfjs.html'
type: 'text/html'
env:
GITHUB_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": "@flyingeek/scriptable-pdfjs",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"description": "converts a pdf to text in ios app scriptable app.",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
Expand Down

0 comments on commit 7b7dd35

Please sign in to comment.