Skip to content

Commit

Permalink
v0.1.2 (#0)
Browse files Browse the repository at this point in the history
different fix?
  • Loading branch information
nmanu1 committed Oct 27, 2023
1 parent 09a1960 commit 01700d0
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:
echo "matched regex"
PACKAGE_VERSION="${COMMIT_TITLE#Version }"
PACKAGE_VERSION="${PACKAGE_VERSION#v}"
PACKAGE_VERSION="${PACKAGE_VERSION%%$' '}"
PACKAGE_VERSION="${PACKAGE_VERSION%% *}"
echo "${PACKAGE_VERSION}"
else
echo "did not match"
Expand Down

0 comments on commit 01700d0

Please sign in to comment.