Skip to content

Commit

Permalink
ci: fix typo in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xJonathanLEI committed Jul 4, 2023
1 parent 2169fff commit 7d1957b
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 @@ -20,7 +20,7 @@ jobs:
REGEX="^refs\/tags\/v(.*)$"
[[ $FULL_REF =~ $REGEX ]];
echo "version=${BASH_REMATCH[2]}" >> $GITHUB_OUTPUT
echo "version=${BASH_REMATCH[1]}" >> $GITHUB_OUTPUT
# Just in case we accidentally release something not on master.
commit-branch-check:
Expand Down

0 comments on commit 7d1957b

Please sign in to comment.