Skip to content

Commit

Permalink
Fix default branch on anothrNick/github-tag-action
Browse files Browse the repository at this point in the history
  • Loading branch information
arnested committed Jan 6, 2023
1 parent 392486c commit 5004257
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true
DEFAULT_BUMP: patch
DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
- name: Major version tag
id: major-version
if: ${{ steps.version.outputs.new_tag }} != ""
Expand Down

0 comments on commit 5004257

Please sign in to comment.