Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit 4dce190

Browse files
committed
[skip ci] Set default version bump to patch.
1 parent 64bb105 commit 4dce190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/latex.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2424
WITH_V: true
2525
RELEASE_BRANCHES: main
26-
DEFAULT_BUMP: ${{ github.ref == 'refs/heads/main' && 'minor' || 'patch' }}
26+
DEFAULT_BUMP: patch
2727
DRY_RUN: true # We want to manually create the release.
2828
- run: |
2929
echo "${{ steps.version.outputs.new_tag }}" > version

0 commit comments

Comments
 (0)