Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
psi-4ward committed May 25, 2022
1 parent d1dd76f commit 98abde0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
node-version: 18
registry-url: 'https://registry.npmjs.org'

- name: Check out Git repository
uses: actions/checkout@v2

- name: Update version in package.json
run: |
npm version ${GITHUB_REF_NAME:1} --allow-same-version --git-tag-version=false
Expand Down

0 comments on commit 98abde0

Please sign in to comment.