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

Commit

Permalink
do not release continuous tag on tagged release'
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju committed Jun 1, 2020
1 parent a98b6fb commit 18172cf
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 @@ -135,7 +135,7 @@ jobs:

- name: Release
uses: marvinpinto/action-automatic-releases@latest
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/master' && startsWith(github.ref, 'refs/tags/') != true
with:
automatic_release_tag: continuous
title: continuous
Expand Down

0 comments on commit 18172cf

Please sign in to comment.