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 701d0d2 commit c87932d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
id: semver-check
run: |
chmod +x .github/workflows/*.sh
.github/workflows/check-semver.sh ${{ steps.version.outputs.prop }}
.github/workflows/check-semver-syntax.sh ${{ steps.version.outputs.prop }}
- name: Check tag consistency
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit c87932d

Please sign in to comment.