mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
Applied windows changelog
This commit is contained in:
parent
88862f0246
commit
a85a540838
1 changed files with 1 additions and 1 deletions
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
@ -79,7 +79,7 @@ jobs:
|
||||||
- name: Generate Changelog
|
- name: Generate Changelog
|
||||||
if: ${{startsWith(github.ref, 'refs/tags/v') }}
|
if: ${{startsWith(github.ref, 'refs/tags/v') }}
|
||||||
working-directory: bin
|
working-directory: bin
|
||||||
run: pnpm run generateChangelog ${{github.ref}} > ${{ github.workspace }}-CHANGELOG.txt
|
run: pnpm run generateChangelog ${{ github.ref }} > ${{ github.workspace }}-CHANGELOG.txt
|
||||||
with:
|
with:
|
||||||
tag: ${{ github.ref }}
|
tag: ${{ github.ref }}
|
||||||
- name: Release
|
- name: Release
|
||||||
|
|
Loading…
Reference in a new issue