Skip to content

Commit

Permalink
Merge pull request pactflow#97 from pactflow/stop-tagging-on-publish
Browse files Browse the repository at this point in the history
chore: dont tag on publish in example
  • Loading branch information
YOU54F authored Oct 3, 2022
2 parents 7f7c196 + 0f98df3 commit 9b9d062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ fake_ci: .env

publish_pacts: .env
@echo "\n========== STAGE: publish pacts ==========\n"
@"${PACT_CLI}" publish ${PWD}/pacts --consumer-app-version ${GIT_COMMIT} --branch ${GIT_BRANCH} --tag ${GIT_BRANCH}
@"${PACT_CLI}" publish ${PWD}/pacts --consumer-app-version ${GIT_COMMIT} --branch ${GIT_BRANCH}

## =====================
## Build/test tasks
Expand Down

0 comments on commit 9b9d062

Please sign in to comment.