Skip to content

Commit

Permalink
github actions fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingeek committed Mar 31, 2020
1 parent 710b527 commit 7167e44
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 17 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,6 @@ jobs:
with:
node-version: 13
- run: npm ci
- run: npm test

# publish-npm:
# needs: build
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - uses: actions/setup-node@v1
# with:
# node-version: 13
# registry-url: https://registry.npmjs.org/
# - run: npm ci
# - run: npm publish
# env:
# NODE_AUTH_TOKEN: ${{secrets.npm_token}}

publish-gpr:
needs: build
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"name": "scriptable-pdfjs",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "converts a pdf to text in ios app scriptable app.",
"main": "index.js",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"main": "dist/scriptable-pdfjs.html",
"scripts": {
"preinstall": "npx npm-force-resolutions",
"clean": "rm dist/**",
Expand Down

0 comments on commit 7167e44

Please sign in to comment.