Skip to content

Commit 77d9424

Browse files
committed
Update build.yaml
1 parent e4719bf commit 77d9424

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
id: build_changelog
3737
uses: mikepenz/release-changelog-builder-action@v5
3838
with:
39-
fromTag: "0.1"
4039
toTag: ${{ github.sha }}
4140
mode: "HYBRID"
41+
outputFile: "CHANGELOG.md"
4242

4343
- name: Set up Docker Buildx
4444
uses: docker/setup-buildx-action@v3
@@ -61,6 +61,9 @@ jobs:
6161
WS_TASKS_DB_PASS: ${{ secrets.WS_TASKS_DB_PASS }}
6262
WS_TASKS_SECRET_KEY: ${{ secrets.WS_TASKS_SECRET_KEY }}
6363

64+
- name: Print CHANGELOG.md
65+
run: cat CHANGELOG.md
66+
6467
- name: Deploy
6568
env:
6669
ENV: ${{ vars.ENV }}

0 commit comments

Comments
 (0)