Skip to content

Commit

Permalink
Fix base branch name to master
Browse files Browse the repository at this point in the history
This solves the failing Github release worklfow
  • Loading branch information
sven1103 authored Feb 28, 2022
1 parent 193d84a commit be00b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@ jobs:
await github.request(`POST /repos/${{ github.repository }}/pulls`, {
title: 'Update version to ${{ github.event.inputs.versionTag }}',
head: 'release/set-version-to-${{ github.event.inputs.versionTag }}',
base: 'main'
base: 'master'
});

0 comments on commit be00b96

Please sign in to comment.