Skip to content

Commit

Permalink
Trying to fix release action
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsmalm committed Aug 11, 2021
1 parent 999fe81 commit c6514ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: '14.x'
registry-url: 'https://registry.npmjs.org'

- name: Build
run: |
Expand All @@ -28,6 +29,7 @@ jobs:
with:
artifacts: 'dist/*.js'
token: ${{ secrets.GITHUB_TOKEN }}
omitName: true
draft: true

- name: Publish
Expand Down

0 comments on commit c6514ad

Please sign in to comment.