Skip to content

Commit

Permalink
ci: finally fix semver again and again
Browse files Browse the repository at this point in the history
  • Loading branch information
Gornak40 committed Oct 22, 2024
1 parent 75f28b7 commit adcbf38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/semver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
with:
fetch-depth: 0
- name: Run version bump script
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
VERSION=$(./scripts/semver.sh)
echo "Project version: $VERSION"
Expand Down

0 comments on commit adcbf38

Please sign in to comment.