Only react to tags starting with v.

pull/5946/head
SamTV12345 2023-09-24 14:05:44 +02:00
parent beab8e767f
commit f2faa3fa84
No known key found for this signature in database
GPG Key ID: E63EEC7466038043
1 changed files with 1 additions and 1 deletions

View File

@ -130,6 +130,6 @@ jobs:
run: mv etherpad-win.zip etherpad-lite-win.zip
- name: upload binaries to release
uses: softprops/action-gh-release@v1
if: ${{startsWith(github.ref, 'refs/tags/') }}
if: ${{startsWith(github.ref, 'refs/tags/v') }}
with:
files: etherpad-lite-win.zip