Skip to content

Commit

Permalink
Fix build action
Browse files Browse the repository at this point in the history
  • Loading branch information
rejahrehim committed Nov 21, 2019
1 parent e70c178 commit 61ed453
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
- name: Get Version
id: vars
run: echo ::set-output name=tag::$(echo ${GITHUB_REF:10})
- name: Run Build
run: npm run-script pdfgen -- ${{ steps.vars.outputs.tag }}
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 61ed453

Please sign in to comment.