Skip to content

Commit 9c9fdd6

Browse files
committed
Fixed creation of GitHub Releases in CI
1 parent 52ddafd commit 9c9fdd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: softprops/action-gh-release@v2
4343
with:
4444
body: |
45-
**[NPM package](https://www.npmjs.com/package/typedrest/v/ ${{steps.gitversion.outputs.nuGetVersion}})**
45+
**[NPM package](https://www.npmjs.com/package/typedrest/v/${{steps.gitversion.outputs.nuGetVersion}})**
4646
## Changes
4747
${{steps.tag_message.outputs.message}}
4848

0 commit comments

Comments
 (0)