Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkamyshev committed Nov 23, 2023
1 parent 0f00e8c commit 74b13e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- run: pnpm changeset pre enter ${{ steps.extract_branch.outputs.branch }}
- run: pnpm changeset version
- run: pnpm changeset pre exit
- run: node ./tools/scripts/beta_required.mjs ${{ steps.find_comment.outputs.comment-body }} >> $GITHUB_OUTPUT && cat $GITHUB_OUTPUT
- run: node ./tools/scripts/beta_required.mjs "${{ steps.find_comment.outputs.comment-body }}" >> $GITHUB_OUTPUT && cat $GITHUB_OUTPUT
id: beta_required
- run: pnpm nx run-many --output-style=static --target=publish --all --configuration=beta
env:
Expand Down

0 comments on commit 74b13e8

Please sign in to comment.