Skip to content

Commit

Permalink
Fix workflow commit hash
Browse files Browse the repository at this point in the history
  • Loading branch information
kajogo777 committed Nov 18, 2022
1 parent 68b04bb commit ba0e224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
project_path: "./cmd/devx"
binary_name: "devx"
extra_files: README.md
ldflags: -X main.version=${{ steps.tag.outputs.tag }} -X main.commit=$GITHUB_SHA
ldflags: -X main.version=${{ steps.tag.outputs.tag }} -X main.commit=${{ github.sha }}

0 comments on commit ba0e224

Please sign in to comment.