diff --git a/.github/workflows/docker-build-main.yml b/.github/workflows/docker-build-main.yml index bc4fdc6..a0823b2 100644 --- a/.github/workflows/docker-build-main.yml +++ b/.github/workflows/docker-build-main.yml @@ -119,7 +119,7 @@ jobs: git config user.name "GitHub Actions" git config user.email "github-actions@users.noreply.github.com" if [[ "${{ needs.Branch.outputs.MERGED_BRANCH }}" == "test" ]]; then - echo "Test branch tagged as stable release -m Test to Main - ${{steps.tag_selector.outputs.TAGMSG}}"" + echo "Test branch tagged as stable release -m Test to Main - ${{steps.tag_selector.outputs.TAGMSG}}" git tag -a "${{steps.tag_selector.outputs.TAGNAME}}" -m "Test to Main - ${{steps.tag_selector.outputs.TAGMSG}}" git push origin "${{steps.tag_selector.outputs.TAGNAME}}" elif [[ "${{ needs.Branch.outputs.MERGED_BRANCH }}" == hotfix/* ]]; then diff --git a/applications/scripts/datafix-ab#001.sql b/applications/scripts/datafix-ab#001.sql index e9ffcd0..4232986 100644 --- a/applications/scripts/datafix-ab#001.sql +++ b/applications/scripts/datafix-ab#001.sql @@ -1 +1 @@ -test 13 +test 14