We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60bec80 commit 5409a4aCopy full SHA for 5409a4a
1 file changed
.github/workflows/ci.yml
@@ -147,10 +147,14 @@ jobs:
147
git config --global user.name "github-actions[bot]"
148
git config --global user.email "github-actions@github.com"
149
150
-
151
- name: Create Release
152
uses: ncipollo/release-action@v1.12.0
153
with:
154
allowUpdates: true
155
draft: false
156
makeLatest: true
+ 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