mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 08:56:17 -04:00
Fixed windows workflow
This commit is contained in:
parent
1aef6e5a99
commit
3ccc3e1324
1 changed files with 3 additions and 2 deletions
5
.github/workflows/windows.yml
vendored
5
.github/workflows/windows.yml
vendored
|
@ -82,8 +82,9 @@ jobs:
|
|||
run: pnpm run generateChangelog ${{github.ref}} > ${{ github.workspace }}-CHANGELOG.txt
|
||||
with:
|
||||
tag: ${{ github.ref }}
|
||||
- name: Release next version
|
||||
uses: marvinpinto/action-automatic-releases@latest
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v2
|
||||
if: ${{startsWith(github.ref, 'refs/tags/v') }}
|
||||
with:
|
||||
body_path: ${{ github.workspace }}-CHANGELOG.txt
|
||||
make_latest: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue