Skip to content

Commit 5409a4a

Browse files
committed
set release action with correct settings
1 parent 60bec80 commit 5409a4a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,14 @@ jobs:
147147
git config --global user.name "github-actions[bot]"
148148
git config --global user.email "github-actions@github.com"
149149
150-
151150
- name: Create Release
152151
uses: ncipollo/release-action@v1.12.0
153152
with:
154153
allowUpdates: true
155154
draft: false
156155
makeLatest: true
156+
name: ${{ needs.version.outputs.package-version }}
157+
body: Changelog Contents
158+
token: ${{ github.token }}
159+
tag: ${{ needs.version.outputs.package-version }}
160+
skipIfReleaseExists: true

0 commit comments

Comments
 (0)