Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsimon committed Jun 14, 2022
1 parent b9ea3c0 commit 013a123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/slsa-goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fetch-depth: 0
- id: ldflags
run: |
echo "::set-output name=version::$(git describe --tags --always --dirty | cut -c2-)"
echo "::set-output name=version::$(echo $GITHUB_REF_NAME | cut -c2-)"
# Trusted builder.
build:
Expand Down

0 comments on commit 013a123

Please sign in to comment.