Only react to tags starting with v.
parent
beab8e767f
commit
f2faa3fa84
|
@ -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…
Reference in New Issue