feat: enable changelog generation in release workflow

This commit is contained in:
2026-06-09 14:24:51 +01:00
parent 44edcf495f
commit 9b25229073
+5 -5
View File
@@ -49,11 +49,11 @@ jobs:
cp build/bin/GoExplore-amd64-installer.exe dist/goexplore-windows-installer.exe cp build/bin/GoExplore-amd64-installer.exe dist/goexplore-windows-installer.exe
" "
# - name: Generate Changelog - name: Generate Changelog
# id: changelog id: changelog
# uses: https://github.com/metcalfc/changelog-generator@v4.6.2 uses: https://github.com/metcalfc/changelog-generator@v4.6.2
# with: with:
# myToken: ${{ secrets.GITHUB_TOKEN }} myToken: ${{ secrets.GITHUB_TOKEN }}
- name: Create Gitea Release - name: Create Gitea Release
uses: https://gitea.com/actions/gitea-release-action@v1 uses: https://gitea.com/actions/gitea-release-action@v1