Skip to content

Commit

Permalink
ci: working on release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunderscore committed Sep 23, 2023
1 parent 39b6574 commit 8bc2798
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- name: get version
run: |
echo version=$(jq -r .version package.json) >> $GITHUB_OUTPUT
echo current_version=$(jq -r .version package.json) >> $GITHUB_ENV
- name: Check if version is tagged
id: check-tag
Expand Down

0 comments on commit 8bc2798

Please sign in to comment.