diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 08c2615..9d4a8a2 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -33,7 +33,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Get last tag - run: echo "TAG_LAST=$(git describe --tags --abbrev=0" >> $GITHUB_ENV + run: echo "TAG_LAST=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV - name: "Build Changelog" id: build_changelog