Skip to content

Commit

Permalink
ci: fix issue in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Apr 4, 2024
1 parent c92c228 commit ec3e1b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: |
set -ex
version=`cargo pkgid --manifest-path lib/Cargo.toml | cut -d "@" -f2`
if [ "${{ github.ref_name }}" != "v${{ version }}" ]; then
if [ "${{ github.ref_name }}" != "v$version" ]; then
exit 1
fi
Expand Down

0 comments on commit ec3e1b6

Please sign in to comment.