Skip to content

Commit

Permalink
Add dev postfix to develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolai Selivanov committed Dec 1, 2024
1 parent e5eaf35 commit 93ef2f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
then
CURRENT_TAG_VERSION=$CURRENT_TAG_VERSION-raw
fi
if [[ $CURRENT_BRANCH == develop ]];
then
CURRENT_TAG_VERSION=$CURRENT_TAG_VERSION-dev
fi
git tag $CURRENT_TAG_VERSION
git push origin --tags
fi
Expand Down

0 comments on commit 93ef2f5

Please sign in to comment.