Skip to content

Commit 53a5031

Browse files
authored
fix(cicd): add -- before passing an argument (#8282)
Signed-off-by: Aviv Keller <[email protected]>
1 parent aba34ea commit 53a5031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release-post.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
pnpm: true
3434
use-version-file: true
3535

36-
- run: node --run scripts:release-post "$VERSION"
36+
- run: node --run scripts:release-post -- "$VERSION"
3737
working-directory: apps/site
3838
env:
3939
VERSION: ${{ inputs.version }}

0 commit comments

Comments
 (0)