mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-05 04:06:37 +02:00
Fixed windows pipeline
This commit is contained in:
parent
a38ce7dd05
commit
b41284c30f
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@ -80,8 +80,6 @@ jobs:
|
||||
if: ${{startsWith(github.ref, 'refs/tags/v') }}
|
||||
working-directory: bin
|
||||
run: pnpm run generateChangelog ${{ github.ref }} > ${{ github.workspace }}-CHANGELOG.txt
|
||||
with:
|
||||
tag: ${{ github.ref }}
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v2
|
||||
if: ${{startsWith(github.ref, 'refs/tags/v') }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user