Skip to content

Commit

Permalink
adjust actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tm1000 committed Feb 23, 2022
1 parent e623328 commit 9b87879
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
- run: npm ci
- run: npm pack
- id: get_version
Expand Down

0 comments on commit 9b87879

Please sign in to comment.