diff --git a/.github/workflows/releaser.yml b/.github/workflows/releaser.yml index fd52e9d..617d0c1 100644 --- a/.github/workflows/releaser.yml +++ b/.github/workflows/releaser.yml @@ -49,6 +49,8 @@ jobs: echo "version=$(git describe --tags --always --dirty | cut -c2-)" >> $GITHUB_OUTPUT echo "tree-state=$(if git diff --quiet; then echo "clean"; else echo "dirty"; fi)" >> $GITHUB_OUTPUT release: + needs: + - ldflags_args name: Build and release outputs: hashes: ${{ steps.hash.outputs.hashes }}