Skip to content

Commit 2a63e84

Browse files
committed
build(release): enhance workflow with manual trigger and conditional build steps
1 parent 85b814e commit 2a63e84

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
steps:
1414
- name: Checkout code
1515
uses: actions/checkout@v4
16+
with:
17+
fetch-depth: 0
18+
ref: "main"
1619

1720
- uses: TriPSs/conventional-changelog-action@v5
1821
id: changelog

0 commit comments

Comments
 (0)