We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 23fecbc + 314e775 commit b21d030Copy full SHA for b21d030
1 file changed
.github/workflows/build.yaml
@@ -36,7 +36,7 @@ jobs:
36
password: ${{ secrets.DOCKERHUB_TOKEN }}
37
38
- name: Get last tag
39
- run: echo "TAG_LAST=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV
+ run: echo "TAG_LAST=$(git describe --tags --abbrev=0 --always)" >> $GITHUB_ENV
40
41
- name: "Build Changelog"
42
id: build_changelog
0 commit comments