Fix github-release version

This commit is contained in:
vinayada1 2020-09-30 15:02:20 -07:00
parent a55a2cdd08
commit a6141eb9ac
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ jobs:
- name: Publish binaries to github for tags
if: startswith(github.ref, 'refs/tags/v')
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
OWNER_NAME="${GITHUB_REPOSITORY%%/*}"