Skip to content

Commit

Permalink
Do not try to upload asset if build was triggered manually
Browse files Browse the repository at this point in the history
  • Loading branch information
oaubert committed Jun 29, 2021
1 parent 6fe6096 commit 20ffa1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
- name: "Upload Release Asset"
id: upload-release-asset
uses: actions/[email protected]
if: startsWith(github.ref, 'refs/tags/')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 20ffa1b

Please sign in to comment.