Skip to content

Commit

Permalink
Fix github-release version (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayada1 authored Sep 30, 2020
1 parent a55a2cd commit ec015be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sdk_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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%%/*}"
Expand Down

0 comments on commit ec015be

Please sign in to comment.