Skip to content

Commit

Permalink
fix(bootstrap): Fix snapshot in ci regex for version matching
Browse files Browse the repository at this point in the history
  • Loading branch information
cbartram committed Dec 13, 2024
1 parent 704e9fe commit ace4de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- run:
name: Extract Version
command: |
VERSION=$(ls target/kraken-launcher-*.jar | grep -o '[0-9]\+\.[0-9]\+\.[0-9]\+')
VERSION=$(ls target/kraken-launcher-*.jar | grep -o '[0-9]\+\.[0-9]\+\.[0-9]\+-SNAPSHOT')
echo "export JAR_VERSION=$VERSION" >> $BASH_ENV
source $BASH_ENV
echo "Detected version: $JAR_VERSION"
Expand Down

0 comments on commit ace4de5

Please sign in to comment.