Skip to content

Commit

Permalink
build: fix CI issue
Browse files Browse the repository at this point in the history
  • Loading branch information
thefab committed Jul 10, 2020
1 parent e6141f7 commit 3fae676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
# only for releases
- name: upload release asset
id: upload-release-asset
if: startsWith(github.ref, 'refs/tags/v') || github.event_name == 'release'
if: startsWith(github.ref, 'refs/tags/v') && github.event_name == 'release'
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 3fae676

Please sign in to comment.