Skip to content

Commit

Permalink
Fix release workflow (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe authored Sep 22, 2020
1 parent b860966 commit 12a9b3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
image: golang
steps:
- uses: actions/checkout@master
with:
fetch-depth: 0
- run: tools/release.sh
env:
GIT_USER: ${{ secrets.GIT_USER }}
Expand Down

0 comments on commit 12a9b3b

Please sign in to comment.