Skip to content

Commit

Permalink
test: show remote
Browse files Browse the repository at this point in the history
  • Loading branch information
Shabirmean committed May 7, 2022
1 parent 92ed687 commit e32dc05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/cloudbuild/release-open.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ steps:
git config user.name "Anthos DPE"
git add -A
git commit -m "release: update version before release"
git push -u https://shabirmean:$$GITHUB_TOKEN@github.com/GoogleCloudPlatform/point-of-sale.git $_HEAD_BRANCH
git push -u origin $_HEAD_BRANCH
waitFor: [ 'bump-version' ]

availableSecrets:
Expand Down

0 comments on commit e32dc05

Please sign in to comment.