Fixed windows pipeline

This commit is contained in:
SamTV12345 2024-08-08 21:34:00 +02:00
parent a38ce7dd05
commit b41284c30f

View file

@ -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') }}