Skip to content

Commit

Permalink
Merge pull request #1118 from lodrem/build/fix-typo-release-1.1
Browse files Browse the repository at this point in the history
fix(build): fix branch for release-1.1
  • Loading branch information
nilo19 committed Feb 9, 2022
2 parents 363c506 + e0b74b2 commit 1b8cd14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
- name: Update site release note
uses: peter-evans/create-pull-request@v3
with:
branch: feat/release-note-${{github.ref_name}}
branch: doc/release-note-${{github.ref_name}}
delete-branch: true
base: master
commit-message: Update release notes for ${{github.ref_name}}
Expand Down

0 comments on commit 1b8cd14

Please sign in to comment.