mirror of https://github.com/dapr/dotnet-sdk.git
Fix github-release version
This commit is contained in:
parent
a55a2cdd08
commit
a6141eb9ac
|
|
@ -41,7 +41,7 @@ jobs:
|
||||||
- name: Publish binaries to github for tags
|
- name: Publish binaries to github for tags
|
||||||
if: startswith(github.ref, 'refs/tags/v')
|
if: startswith(github.ref, 'refs/tags/v')
|
||||||
run: |
|
run: |
|
||||||
sudo npm install --silent --no-progress -g github-release-cli
|
sudo npm install --silent --no-progress -g github-release-cli@1.3.1
|
||||||
|
|
||||||
# Parse repository to get owner and repo names
|
# Parse repository to get owner and repo names
|
||||||
OWNER_NAME="${GITHUB_REPOSITORY%%/*}"
|
OWNER_NAME="${GITHUB_REPOSITORY%%/*}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue