Skip to content

Commit 59f201a

Browse files
committed
🐛 Fixes Automatic GitHub Release Publishing
1 parent af9a4a6 commit 59f201a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,8 @@ jobs:
114114
- name: GitHub Release Publish
115115
uses: ncipollo/release-action@v1
116116
with:
117-
artifacts: dist/*
117+
allowUpdates: true
118118
tag: "v${{ steps.gitversion.outputs.fullSemVer }}"
119-
generateReleaseNotes: true
120119
token: ${{ secrets.GITHUB_TOKEN }}
121120
omitPrereleaseDuringUpdate: true
122121
omitNameDuringUpdate: true

0 commit comments

Comments
 (0)