Skip to content

Commit 2068850

Browse files
committed
Fix deployment
1 parent dfa3914 commit 2068850

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
id: version
3232
run: |
3333
TAG_NAME="${GITHUB_REF#refs/tags/}"
34-
VERSION="{TAG_NAME#v}"
34+
VERSION="${TAG_NAME#v}"
3535
echo "version=$VERSION" >> $GITHUB_OUTPUT
3636
echo "tag=$TAG_NAME" >> $GITHUB_OUTPUT
3737
@@ -46,6 +46,6 @@ jobs:
4646
with:
4747
tag_name: ${{ steps.version.outputs.tag }}
4848
name: Release ${{ steps.version.outputs.tag }}
49-
generate_release_notes: true
49+
generate_release_notes: false
5050
files: |
5151
nupkgs/*.nupkg

0 commit comments

Comments
 (0)