feat: enable changelog generation in release workflow
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user