Skip to content

Commit

Permalink
fix version info action output
Browse files Browse the repository at this point in the history
  • Loading branch information
schrej committed Oct 24, 2022
1 parent 71535e9 commit e7a46dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/draft_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Get Version Information
id: version_info
run: |
echo "LDFLAGS=\"$(hack/version.sh)\"" >> $GITHUB_OUTPUT
echo "LDFLAGS=$(hack/version.sh)" >> $GITHUB_OUTPUT
- name: Build and Push Docker Image
uses: docker/[email protected]
Expand Down

0 comments on commit e7a46dd

Please sign in to comment.