Skip to content

Commit df369a5

Browse files
committed
build(release): enhance workflow with manual trigger and conditional build steps
1 parent 43d1da8 commit df369a5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/version.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"version": "1.4.0"
3+
}

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ jobs:
2020
- uses: TriPSs/conventional-changelog-action@v5
2121
id: changelog
2222
with:
23-
# output-file: "false"
23+
output-file: "false"
2424
skip-version-file: "true"
2525
github-token: ${{ secrets.github_token }}
26+
version-file: ".github/version.json"
2627

2728
- name: Make build script executable
2829
if: ${{ steps.changelog.outputs.skipped == 'false' }}

0 commit comments

Comments
 (0)