Skip to content

Commit

Permalink
Fix pass-acceptance-test push
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoet-jh committed May 13, 2024
1 parent 99aee40 commit eb5bfdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pass-complete-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:

- name: Push the Release commits and tags ~ pass-acceptance-testing
if: ${{ ! env.PASS_ACCPT_TEST_TAG_EXISTS }}
run: cd combined/acceptance-testing && git push origin && git push origin --tags
run: cd combined/pass-acceptance-testing && git push origin && git push origin --tags

- name: Create GitHub main release ~ pass-acceptance-testing
if: ${{ ! env.PASS_ACCPT_TEST_TAG_EXISTS }}
Expand Down

0 comments on commit eb5bfdf

Please sign in to comment.