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 8c01ec5 commit 17597fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
fi
- name: Verify that this is the first revision with this version
if: steps.check-tag.outputs.need_tag == 'true'
if: steps.check-tag.outputs.need-new-tag == 'true'
run: |
git fetch --unshallow
git checkout HEAD~ package.json
Expand All @@ -55,7 +55,7 @@ jobs:
fi
- name: Check semver syntax
if: steps.check-tag.outputs.need_tag == 'true'
if: steps.check-tag.outputs.need-new-tag == 'true'
id: semver-check
run: |
chmod +x .github/scripts/*.sh
Expand Down

0 comments on commit 17597fb

Please sign in to comment.