Skip to content

Commit

Permalink
chore: update to ghr 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
outloudvi committed Sep 24, 2022
1 parent 684ab23 commit 41b7276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_dict.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ jobs:
pushd profile
export COMMIT=$(git rev-parse HEAD)
popd
ghr_v0.13.0_linux_amd64/ghr -t ${{ secrets.GITHUB_TOKEN }} -u ${GITHUB_REPOSITORY/\/*/} -r ${GITHUB_REPOSITORY/*\//} -c "$COMMIT" -delete ${DATE} ./artifacts/
ghr_v0.15.0_linux_amd64/ghr -t ${{ secrets.GITHUB_TOKEN }} -u ${GITHUB_REPOSITORY/\/*/} -r ${GITHUB_REPOSITORY/*\//} -c "$COMMIT" -delete ${DATE} ./artifacts/

0 comments on commit 41b7276

Please sign in to comment.