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 02798e1 commit 898372bCopy full SHA for 898372b
.github/workflows/build.yaml
@@ -33,7 +33,7 @@ jobs:
33
password: ${{ secrets.DOCKERHUB_TOKEN }}
34
35
- name: Get last tag
36
- run: echo "TAG_LAST=$(git describe --tags --abbrev=0" >> $GITHUB_ENV
+ run: echo "TAG_LAST=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV
37
38
- name: "Build Changelog"
39
id: build_changelog
0 commit comments