Skip to content

Commit 43e7b92

Browse files
committed
Update build.yaml
1 parent bda1fe5 commit 43e7b92

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ jobs:
3030
- name: "Build Changelog"
3131
id: build_changelog
3232
uses: mikepenz/release-changelog-builder-action@v5
33-
33+
with:
34+
fromTag: "0.1"
35+
3436
- name: Build and push
3537
run: docker compose -f docker-compose.build.yml --env-file tdei_uw.env build --build-arg CODE_VERSION=${CODE_VERSION}
3638
env:

0 commit comments

Comments
 (0)