Skip to content

Commit

Permalink
test 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DarylTodosichuk committed Oct 23, 2024
1 parent 5f329f2 commit 6614f24
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-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ jobs:
VERSION_PATCH=$((VERSION_PATCH + 1))
echo "${{env.UGM_RELEASE_PREFIX}}$MAJOR_VERSION.$MINOR_VERSION.$VERSION_PATCH"
# Prepare tags
echo "gittag=(echo "${{env.UGM_RELEASE_PREFIX}}${MAJOR_VERSION}.${MINOR_VERSION}.${VERSION_PATCH}")" >> $GITHUB_OUTPUT
echo "gittag=(echo "${{env.UGM_RELEASE_PREFIX}}${MAJOR_VERSION}.${MINOR_VERSION}.${VERSION_PATCH}") >> $GITHUB_OUTPUT
echo "tagmsg=${{env.UGM_RELEASE_MESSAGE}} ${{steps.date-selector.outputs.date}}" >> $GITHUB_OUTPUT
echo "tagversion==$(echo "$MAJOR_VERSION.$MINOR_VERSION.$VERSION_PATCH") >> $GITHUB_OUTPUT
echo "tagversion=$(echo "$MAJOR_VERSION.$MINOR_VERSION.$VERSION_PATCH") >> $GITHUB_OUTPUT
- name: Create Git Tag
run: |
git config user.name "GitHub Actions"
Expand Down
1 change: 1 addition & 0 deletions applications/scripts/datafix-ab#004.sql
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
test1
test2

0 comments on commit 6614f24

Please sign in to comment.