Skip to content

Commit

Permalink
Revert "Update Install GHR command in release.yml so it uses the newe…
Browse files Browse the repository at this point in the history
…st version"

This reverts commit 20416d2.
  • Loading branch information
kasperbirch1 committed Oct 17, 2023
1 parent b95da0b commit c671869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
zip -r -j dist.zip dist/
- name: Install GHR
run: |
curl --fail --silent --location --output ghr.tar.gz https://github.com/tcnksm/ghr/releases/download/v0.16.1/ghr_v0.16.1_linux_amd64.tar.gz
curl --fail --silent --location --output ghr.tar.gz https://github.com/tcnksm/ghr/releases/download/v0.13.0/ghr_v0.13.0_linux_amd64.tar.gz
tar -zxf ghr.tar.gz
echo "./ghr_v0.13.0_linux_amd64" >> $GITHUB_PATH
- name: Create release with asset
Expand Down

0 comments on commit c671869

Please sign in to comment.