Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
ci: split the logic on release to different blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju committed Oct 3, 2020
1 parent 8298cae commit e66d46b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ jobs:
- name: PreRelease
uses: marvinpinto/action-automatic-releases@latest
if: github.ref == 'refs/heads/master' && '!startsWith(github.ref, "refs/tags/v")'
if: github.ref == 'refs/heads/master' && startsWith(github.ref, 'refs/tags/') != true
with:
prerelease: true
draft: false
Expand Down

0 comments on commit e66d46b

Please sign in to comment.