Skip to content

Commit

Permalink
Merge pull request #71 from bcgov/dev
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
DarylTodosichuk authored Oct 22, 2024
2 parents 73b827c + 0f95dfa commit 48ace3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
NEW_TAG="${{env.UGM_RELEASE_PREFIX}}${MAJOR_VERSION}.${MINOR_VERSION}.${VERSION_PATCH}"
echo "gittag=${NEW_TAG}" >> $GITHUB_OUTPUT
echo "tagmsg=${{env.UGM_RELEASE_MESSAGE}} ${{steps.date-selector.outputs.date}}" >> $GITHUB_OUTPUT
echo "tagversion=${MAJOR_VERSION}.${MINOR_VERSION}.${VERSION_PATCH}" >> $GITHUB_OUTPUT
echo "tagversion=$(MAJOR_VERSION).$(MINOR_VERSION).$(VERSION_PATCH)" >> $GITHUB_OUTPUT
- name: Create Git Tag
run: |
git config user.name "GitHub Actions 1"
Expand All @@ -90,7 +90,7 @@ jobs:
outputs:
TAGNAME: ${{steps.tag-selector.outputs.gittag}}
TAGMESSAGE: ${{steps.tag-selector.outputs.tagmsg}}
TAGPATCH: ${{steps.tag-selector.outputs.tagpatch}}
TAGPATCH: ${{steps.tag-selector.outputs.tagversion}}
build:
runs-on: ubuntu-latest
environment: test
Expand Down
1 change: 1 addition & 0 deletions applications/scripts/datafix-ab#002.sql
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
test1
test2

0 comments on commit 48ace3d

Please sign in to comment.