Skip to content

Commit

Permalink
Merge pull request #156 from bcgov/dev
Browse files Browse the repository at this point in the history
test 12.3
  • Loading branch information
DarylTodosichuk authored Oct 29, 2024
2 parents 696b786 + 60a354f commit 7f5224d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/docker-build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@ jobs:
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 | jq -r '.value')
echo $TEST_VERSION
gh variable set UGM_BUILD_VERSION --env main --body "$TEST_VERSION"
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.2
test 12.3

0 comments on commit 7f5224d

Please sign in to comment.