From 1e1265f272ba4a7932bb316008badc7e436ce9c3 Mon Sep 17 00:00:00 2001 From: Carl Alexander Adams Date: Wed, 18 Dec 2024 07:45:22 -0800 Subject: [PATCH] bumping tag --- .github/workflows/release-orchestrate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"