Skip to content

Commit

Permalink
Fix bad base branch in PR action
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger committed Jul 9, 2021
1 parent 17d226a commit b8920ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/draft-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
with:
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
head: release/${{ github.event.inputs.version }}
base: master
base: main
title: Release version ${{ github.event.inputs.version }}
reviewers: ${{ github.actor }}
body: |
Expand Down

0 comments on commit b8920ab

Please sign in to comment.