Skip to content

Commit

Permalink
chore: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hypery2k committed Nov 28, 2024
1 parent 0d1d6db commit 40ea7a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
# manually push
git push --tags
git push origin release/${{ inputs.releaseversion }}
git branch --set-upstream-to=origin/release/${{ inputs.releaseversion }} release/release/${{ inputs.releaseversion }}
git branch --set-upstream-to=origin/release/${{ inputs.releaseversion }} release/${{ inputs.releaseversion }} || true
# write version info
cat <<EOF >target/config.json
{
Expand Down

0 comments on commit 40ea7a6

Please sign in to comment.