This commit is contained in:
msojocs 2022-02-16 11:31:06 +08:00
parent b3cf6cde4f
commit bb7f5b88bb

View File

@ -94,7 +94,7 @@ jobs:
name: 'release-${{ steps.tag.outputs.tag }}'
- name: Create release and upload artifacts
if: ! startsWith(github.ref, 'refs/tags/')
if: startsWith(github.ref, 'refs/heads/')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |