Skip to content

Commit

Permalink
fix release (#2598)
Browse files Browse the repository at this point in the history
  • Loading branch information
ponderingdemocritus authored Oct 31, 2024
1 parent f4199ae commit 126292e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dojoup/dojoup
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ main() {
| grep -oE '"tag_name": "[^"]*"|"prerelease": (true|false)' \
| grep -B1 '"prerelease": false' \
| grep '"tag_name":' \
| grep -oE '"v[0-9]*\.[0-9]*\.[0-9]*"' \
| grep -oE '"v[0-9]*\.[0-9]*\.[0-9]*(-rc\.[0-9]*)?"' \
| tr -d '"' \
| head -n 1)
DOJOUP_VERSION=$DOJOUP_TAG
Expand Down

0 comments on commit 126292e

Please sign in to comment.