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
|
||||
- name: Release snapshot
|
||||
id: release-snapshot
|
||||
uses: actions/create-release@latest
|
||||
uses: ncipollo/release-action@latest
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
tag_name: ${{ steps.pkgjson.outputs.pkgversion }}
|
||||
release_name: v${{ steps.pkgjson.outputs.pkgversion }}
|
||||
tag: ${{ steps.pkgjson.outputs.pkgversion }}
|
||||
name: v${{ steps.pkgjson.outputs.pkgversion }}
|
||||
body: |
|
||||
### CHANGELOG: v${{ steps.pkgjson.outputs.pkgversion }} (${{ steps.date.outputs.date }})${{ steps.changelog.outputs.changelog }}
|
||||
draft: false
|
||||
|
||||
Reference in New Issue
Block a user