Skip to content

Commit

Permalink
Fix create release
Browse files Browse the repository at this point in the history
  • Loading branch information
gordalina committed Jun 24, 2020
1 parent c912b57 commit 81a8e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
release:
runs-on: ubuntu-latest
name: Create & Publish Release
if: ${{ github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v') }}
if: ${{ github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') }}
needs: test
steps:
- name: Checkout
Expand Down

0 comments on commit 81a8e32

Please sign in to comment.