Skip to content

Commit

Permalink
Merge pull request #147 from stacklok/fix-release
Browse files Browse the repository at this point in the history
Fix missing ldflags while releasing
  • Loading branch information
rdimitrov committed Jun 10, 2024
2 parents 1d1aa8e + d644261 commit fdb3e83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit fdb3e83

Please sign in to comment.