We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46b7a60 commit 314e775Copy full SHA for 314e775
.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