Skip to content

Commit c4edcbc

Browse files
committed
fix(ci): skip latest release if a tagged commit
1 parent bcd7cd9 commit c4edcbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildcdn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
path: .
4646
- name: Deploy release
4747
uses: crowbarmaster/GH-Automatic-Releases@latest
48-
if: '!startsWith(github.event.ref, ''refs/tags/v'')'
48+
if: github.ref == 'refs/heads/master'
4949
with:
5050
repo_token: "${{ secrets.GITHUB_TOKEN }}"
5151
automatic_release_tag: "latest"

0 commit comments

Comments
 (0)