Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
fix: verbose output
Browse files Browse the repository at this point in the history
  • Loading branch information
m0nhawk committed May 18, 2020
1 parent 1aa3e36 commit b37fc07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GH_RELEASE_TOKEN }}
run: |
$(go env GOPATH)/bin/github-release release \
$(go env GOPATH)/bin/github-release -v release \
--user m0nhawk \
--repo grafana_api \
--tag ${{ steps.version.outputs.VERSION }} \
Expand Down

0 comments on commit b37fc07

Please sign in to comment.