Skip to content

Commit

Permalink
Use the right version
Browse files Browse the repository at this point in the history
  • Loading branch information
pepicrft committed Jul 23, 2024
1 parent 75154d9 commit c68d235
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
echo "VERSION=$(git cliff --bumped-version)" >> $GITHUB_ENV
echo "VERSION=$(git-cliff --bumped-version)" >> $GITHUB_ENV
- name: Generate changelog
if: "!startsWith(github.event.head_commit.message, 'release')"
id: changelog
Expand All @@ -54,7 +54,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
echo "RELEASE_NOTES=$(git cliff --unreleased)" >> $GITHUB_ENV
echo "RELEASE_NOTES=$(git-cliff --unreleased)" >> $GITHUB_ENV
- uses: stefanzweifel/git-auto-commit-action@v5
if: "!startsWith(github.event.head_commit.message, 'release')"
with:
Expand Down

0 comments on commit c68d235

Please sign in to comment.