Skip to content

Commit

Permalink
Dont duplicate releases
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Sep 27, 2020
1 parent b600944 commit c98b868
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ jobs:
run: zip -r release.zip release

- name: Create GitHub release
if: "startsWith(github.ref, 'refs/tags/v')"
id: create_release
uses: actions/create-release@v1
env:
Expand Down

0 comments on commit c98b868

Please sign in to comment.