Skip to content

Commit

Permalink
bumping tag
Browse files Browse the repository at this point in the history
  • Loading branch information
carl-alexander-adams committed Dec 18, 2024
1 parent e304244 commit 1e1265f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-orchestrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1e1265f

Please sign in to comment.