Skip to content

Commit

Permalink
Only react to tags starting with v.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTV12345 committed Sep 24, 2023
1 parent beab8e7 commit f2faa3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f2faa3f

Please sign in to comment.