diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 84e2115..066e8b7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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/') diff --git a/scripts/release.sh b/scripts/release.sh index 6507bac..1a72efd 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -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 ""