Skip to content

Commit

Permalink
test 12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
DarylTodosichuk committed Oct 29, 2024
1 parent 30b7878 commit 950533e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/docker-build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,11 @@ jobs:
# Check the merged branch and set versions accordingly
if [[ "${{ needs.Branch.outputs.MERGED_BRANCH }}" == "test" ]]; then
echo "Latest test version tagged as stable release"
TEST_VERSION=$(gh variable get UGM_BUILD_VERSION --env test --json value)
echo $TEST_VERSION
gh variable set UGM_BUILD_VERSION --env main --body "$TEST_VERSION"
# TEST_VERSION=$(gh variable get UGM_BUILD_VERSION --env test --json value | jq -r '.value')
# echo $TEST_VERSION
# gh variable set UGM_BUILD_VERSION --env main --body "$TEST_VERSION"
gh variable set UGM_BUILD_VERSION --env dev --body "$MAJOR_VERSION.$MINOR_VERSION.$VERSION_PATCH"
gh variable list --env main
echo "UGM_BUILD_VERSION=$TEST_VERSION " >> $GITHUB_ENV
# Prepare tags
echo "TAGNAME=${{env.UGM_RELEASE_PREFIX}}$TEST_VERSION" >> $GITHUB_OUTPUT
Expand Down
2 changes: 1 addition & 1 deletion applications/scripts/datafix-ab#001.sql
Original file line number Diff line number Diff line change
@@ -1 +1 @@
test 12.4
test 12.5

0 comments on commit 950533e

Please sign in to comment.