Github Actions: Fixed triggering Win / Mac releases on tag push

This commit is contained in:
Philipp Wolfer
2019-12-02 10:50:41 +01:00
parent de7aad29e3
commit be9c91739b
2 changed files with 2 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ jobs:
path: artifacts/
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/') && github.event_name == 'create'
if: startsWith(github.ref, 'refs/tags/')
with:
files: artifacts/*
env:

View File

@@ -90,7 +90,7 @@ jobs:
path: artifacts/
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/') && github.event_name == 'create'
if: startsWith(github.ref, 'refs/tags/')
with:
files: artifacts/*
env: