Skip to content

Commit

Permalink
change publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe '116' Loiseau committed Apr 24, 2024
1 parent cffeb46 commit 359c17d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
if [[ "$GITHUB_REF" == "refs/tags/v"* ]]; then
GRADLE_ARGS="-Pversion=${GITHUB_REF#refs/tags/v}"
else if [[ "$GITHUB_REF" == "refs/heads/sovity/"* ]]; then
elif [[ "$GITHUB_REF" == "refs/heads/sovity/"* ]]; then
GRADLE_ARGS="-Pversion=${GITHUB_REF#refs/heads/sovity/}.0.$(date '+%Y%m%d.%H%M%S')"
else
GRADLE_ARGS="-Pversion=0.$(date '+%Y%m%d.%H%M%S')"
Expand Down

0 comments on commit 359c17d

Please sign in to comment.