mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-05 04:06:37 +02:00
Only react to tags starting with v.
This commit is contained in:
parent
beab8e767f
commit
f2faa3fa84
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user