Skip to content

Commit

Permalink
fix(ci): set DEFAULT_BRANCH explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
KisaragiEffective committed Jan 5, 2023
1 parent 983a0ec commit adfd1bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BUMP: "patch"
WITH_V: true
DEFAULT_BRANCH: "master"
id: bump_version
- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit adfd1bc

Please sign in to comment.