Skip to content

Commit

Permalink
Fixing github-release to 1.3.1. (#469)
Browse files Browse the repository at this point in the history
* Fixing github-release to 1.3.1.

* Update .github/workflows/dapr_cli.yaml

Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>

Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
  • Loading branch information
artursouza and mukundansundar authored Sep 25, 2020
1 parent 3f8ebf8 commit f00cb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dapr_cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
if: startswith(github.ref, 'refs/tags/v')
run: |
echo "installing github-release-cli..."
sudo npm install --slient --no-progress -g github-release-cli
sudo npm install --silent --no-progress -g github-release-cli@1.3.1
# Get the list of files
RELEASE_ARTIFACT=(${ARTIFACT_DIR}/*)
# Parse repository to get owner and repo names
Expand Down

0 comments on commit f00cb05

Please sign in to comment.