Skip to content

Commit

Permalink
test(ci): update to tag_test branch
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Jan 23, 2024
1 parent 5cc0fd3 commit 39eeb4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
test:
runs-on: "ubuntu-latest"
env:
DOCKER_IMAGE_ORG_AND_NAME: pactfoundation/pact-cli
DOCKER_IMAGE_ORG_AND_NAME: pactfoundation/pact-cli-tag-test
steps:
- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion script/release-workflow/git-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ set -euo >/dev/null

# git tag -a "${TAG}" -m "chore(release): version ${TAG}"
# git push origin ${TAG}
git push origin tag-test
git push origin tag_test
# git push origin master

0 comments on commit 39eeb4e

Please sign in to comment.