[Fix] Workflow

This commit is contained in:
Patryk Rzucidlo (@PTKDev)
2023-02-11 21:36:08 +01:00
parent 3566679474
commit 60b2f38281

View File

@@ -35,12 +35,12 @@ jobs:
run: chmod +x ./scripts/changelog_release.sh && ./scripts/changelog_release.sh run: chmod +x ./scripts/changelog_release.sh && ./scripts/changelog_release.sh
- name: Release snapshot - name: Release snapshot
id: release-snapshot id: release-snapshot
uses: actions/create-release@latest uses: ncipollo/release-action@latest
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: with:
tag_name: ${{ steps.pkgjson.outputs.pkgversion }} tag: ${{ steps.pkgjson.outputs.pkgversion }}
release_name: v${{ steps.pkgjson.outputs.pkgversion }} name: v${{ steps.pkgjson.outputs.pkgversion }}
body: | body: |
### CHANGELOG: v${{ steps.pkgjson.outputs.pkgversion }} (${{ steps.date.outputs.date }})${{ steps.changelog.outputs.changelog }} ### CHANGELOG: v${{ steps.pkgjson.outputs.pkgversion }} (${{ steps.date.outputs.date }})${{ steps.changelog.outputs.changelog }}
draft: false draft: false