Skip to content

Commit

Permalink
Update release.yml (#390)
Browse files Browse the repository at this point in the history
Update release label
  • Loading branch information
ljtill authored Jul 14, 2021
1 parent f8e1a70 commit 7bfe3cc
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:'
gh pr create --base 'main' --head 'release' --title 'Release v${{ steps.version.outputs.version }}' --body '' --label 'release'
COUNTER=0
while : ; do
DECISION=$(gh pr status --json reviewDecision --jq '.currentBranch.reviewDecision')
Expand Down

0 comments on commit 7bfe3cc

Please sign in to comment.