Skip to content

Commit

Permalink
chore: fix version in github action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed May 25, 2024
1 parent 6386305 commit df2a833
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
OUTPUT: CHANGES.md

- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
body_path: CHANGES.md
if: startsWith(github.ref, 'refs/tags/')
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ echo "🔼 Updated version in Cargo.toml"

git cliff -o CHANGELOG.md --tag $new_version
git add Cargo.toml */Cargo.toml CHANGELOG.md
git commit -S -m "chore: Bump version to $new_version"
git commit -m "chore: Bump version to $new_version"
git push

echo ""
Expand Down

0 comments on commit df2a833

Please sign in to comment.