Skip to content

Commit 76899ae

Browse files
committed
[ci] fix link to npm package
1 parent 0d62fa2 commit 76899ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
release_name: v${{steps.version.outputs.version}}
3535
body: |
3636
## NPM Package
37-
https://www.npmjs.com/package/graphql-codegen-golang/v/$${{steps.version.outputs.version}}
37+
https://www.npmjs.com/package/graphql-codegen-golang/v/${{steps.version.outputs.version}}

0 commit comments

Comments
 (0)