Skip to content

Commit

Permalink
Update release.yml (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
ljtill authored May 10, 2021
1 parent 76d7a39 commit e3ed0d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: "Merge"
run: |
gh pr create --base 'main' --head 'release' --title 'Release v${{ steps.version.outputs.version }}' --body '' --label 'release :zap:' --reviewer Azure/enterprisescale-vteam
gh pr create --base 'main' --head 'release' --title 'Release v${{ steps.version.outputs.version }}' --body '' --label 'release :zap:'
COUNTER=0
while : ; do
DECISION=$(gh pr status --json reviewDecision --jq '.currentBranch.reviewDecision')
Expand Down

0 comments on commit e3ed0d5

Please sign in to comment.