Skip to content

Commit 898372b

Browse files
committed
Update build.yaml
1 parent 02798e1 commit 898372b

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
@@ -33,7 +33,7 @@ jobs:
3333
password: ${{ secrets.DOCKERHUB_TOKEN }}
3434

3535
- name: Get last tag
36-
run: echo "TAG_LAST=$(git describe --tags --abbrev=0" >> $GITHUB_ENV
36+
run: echo "TAG_LAST=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV
3737

3838
- name: "Build Changelog"
3939
id: build_changelog

0 commit comments

Comments
 (0)