We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d62fa2 commit 76899aeCopy full SHA for 76899ae
.github/workflows/cicd.yaml
@@ -34,4 +34,4 @@ jobs:
34
release_name: v${{steps.version.outputs.version}}
35
body: |
36
## NPM Package
37
- https://www.npmjs.com/package/graphql-codegen-golang/v/$${{steps.version.outputs.version}}
+ https://www.npmjs.com/package/graphql-codegen-golang/v/${{steps.version.outputs.version}}
0 commit comments