Skip to content

Commit

Permalink
fix: prettier formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Jozwiaczek committed Apr 11, 2021
1 parent 053a846 commit 3b18726
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ jobs:
- name: 'Create update dev PR'
uses: peter-evans/create-pull-request@v3
with:
commit-message: "chore: bump changelog"
commit-message: 'chore: bump changelog'
delete-branch: true
title: "Bump dev CHANGELOG"
- name: "Check created PR output"
title: 'Bump dev CHANGELOG'
- name: 'Check created PR output'
run: |
echo "Bump Dev Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}"

0 comments on commit 3b18726

Please sign in to comment.