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

Commit b37fc07

Browse files
committed
fix: verbose output
1 parent 1aa3e36 commit b37fc07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.GH_RELEASE_TOKEN }}
3434
run: |
35-
$(go env GOPATH)/bin/github-release release \
35+
$(go env GOPATH)/bin/github-release -v release \
3636
--user m0nhawk \
3737
--repo grafana_api \
3838
--tag ${{ steps.version.outputs.VERSION }} \

0 commit comments

Comments
 (0)