diff --git a/.github/workflows/release-orchestrate.yml b/.github/workflows/release-orchestrate.yml index 1af29bd..0b17db9 100644 --- a/.github/workflows/release-orchestrate.yml +++ b/.github/workflows/release-orchestrate.yml @@ -51,9 +51,9 @@ jobs: git config --global user.name "CICD for github repository ${GITHUB_REPOSITORY}" git config --list --show-origin git tag -l - git tag -a -m "test tag comment" "test-tag-from-cicd-carl1" + git tag -a -m "test tag comment" "test-tag-from-cicd-carl2" git tag -l - git push origin "test-tag-from-cicd-carl1" + git push origin "test-tag-from-cicd-carl2" git tag -l test: name: "Prerelease Tests"