Skip to content

Commit

Permalink
workflow: Use ref_name when generating checksum.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjpotter92 committed Feb 24, 2022
1 parent 18b9d01 commit 640a868
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 @@ -133,7 +133,7 @@ jobs:
uses: livepeer/action-gh-checksum-and-gpg-sign@latest
with:
artifacts-dir: releases
release-name: livepeer
release-name: ${{ github.ref_name }}
gpg-key: ${{ secrets.CI_GPG_SIGNING_KEY }}
gpg-key-passphrase: ${{ secrets.CI_GPG_SIGNING_PASSPHRASE }}

Expand Down

0 comments on commit 640a868

Please sign in to comment.