Skip to content

Commit 314e775

Browse files
committed
Update build.yaml
1 parent 46b7a60 commit 314e775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
password: ${{ secrets.DOCKERHUB_TOKEN }}
3737

3838
- name: Get last tag
39-
run: echo "TAG_LAST=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV
39+
run: echo "TAG_LAST=$(git describe --tags --abbrev=0 --always)" >> $GITHUB_ENV
4040

4141
- name: "Build Changelog"
4242
id: build_changelog

0 commit comments

Comments
 (0)