Skip to content

Commit b21d030

Browse files
authored
Merge pull request #10 from TaskarCenterAtUW/main
Update build.yaml
2 parents 23fecbc + 314e775 commit b21d030

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)