Skip to content

Commit

Permalink
everything is SNAPSHOT except release
Browse files Browse the repository at this point in the history
  • Loading branch information
frankyhollywood committed Jan 25, 2024
1 parent 49b09ab commit 2bb8ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_upload_on_push_to_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# DOCKER TAG TO BE ATTACHED (SHARED WITHIN OUTPUT):
VER=$(cat ./VERSION)
if [ $BRANCH == "dev" ]
if [ $BRANCH != "release" ]
then
VER=$VER-SNAPSHOT
fi
Expand Down

0 comments on commit 2bb8ca7

Please sign in to comment.