Skip to content

Commit

Permalink
v3.1.4
Browse files Browse the repository at this point in the history
forgot to increment package, don't need build job
  • Loading branch information
Sparticuz committed Oct 9, 2020
1 parent 64ec221 commit e9e4df5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 20 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,7 @@ on:
types: [created]

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install pdftk
run: sudo snap install pdftk
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npm ci
- run: npm test

publish-npm:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -30,7 +17,7 @@ jobs:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm build
- run: npm run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "git",
"url": "https://github.com/Sparticuz/pdffiller-stream.git"
},
"version": "3.1.0",
"version": "3.1.4",
"private": false,
"description": "Take an existing PDF Form and data and PDF Filler will create a new PDF with all given fields populated.",
"main": "dist/index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"readmeFilename": "README.md",
"devDependencies": {
"@sparticuz/eslint-config": "^3.3.4",
"@types/node": "^14.11.6",
"@types/node": "^14.11.8",
"ava": "^3.13.0",
"eslint": "^7.10.0",
"eslint-config-prettier": "^6.12.0",
Expand Down

0 comments on commit e9e4df5

Please sign in to comment.