We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--
1 parent aba34ea commit 53a5031Copy full SHA for 53a5031
.github/workflows/create-release-post.yml
@@ -33,7 +33,7 @@ jobs:
33
pnpm: true
34
use-version-file: true
35
36
- - run: node --run scripts:release-post "$VERSION"
+ - run: node --run scripts:release-post -- "$VERSION"
37
working-directory: apps/site
38
env:
39
VERSION: ${{ inputs.version }}
0 commit comments