We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfa3914 commit 2068850Copy full SHA for 2068850
1 file changed
.github/workflows/deploy.yml
@@ -31,7 +31,7 @@ jobs:
31
id: version
32
run: |
33
TAG_NAME="${GITHUB_REF#refs/tags/}"
34
- VERSION="{TAG_NAME#v}"
+ VERSION="${TAG_NAME#v}"
35
echo "version=$VERSION" >> $GITHUB_OUTPUT
36
echo "tag=$TAG_NAME" >> $GITHUB_OUTPUT
37
@@ -46,6 +46,6 @@ jobs:
46
with:
47
tag_name: ${{ steps.version.outputs.tag }}
48
name: Release ${{ steps.version.outputs.tag }}
49
- generate_release_notes: true
+ generate_release_notes: false
50
files: |
51
nupkgs/*.nupkg
0 commit comments