mirror of
https://github.com/LukeHagar/sveltekit-electron-adapter.git
synced 2025-12-06 04:21:32 +00:00
[Fix] Workflow
This commit is contained in:
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user