mirror of
https://github.com/k0kubun/xremap
synced 2024-11-15 18:12:50 +00:00
The username has been changed to xremap
This commit is contained in:
parent
1c0f123efd
commit
b1640a39e6
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -100,7 +100,7 @@ jobs:
|
||||
run: |
|
||||
export VERSION=$(echo "$GITHUB_REF" | sed -e 's!refs/tags/!!')
|
||||
curl -L "https://github.com/tcnksm/ghr/releases/download/${GHR_VERSION}/ghr_${GHR_VERSION}_linux_amd64.tar.gz" | tar xvz
|
||||
"ghr_${GHR_VERSION}_linux_amd64/ghr" -u k0kubun -r xremap -replace -n "$VERSION" "$VERSION" package/
|
||||
"ghr_${GHR_VERSION}_linux_amd64/ghr" -u xremap -r xremap -replace -n "$VERSION" "$VERSION" package/
|
||||
env:
|
||||
GHR_VERSION: v0.16.2
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user