Skip to content

Commit

Permalink
Merge pull request #2 from NullVoxPopuli/update-release-plan
Browse files Browse the repository at this point in the history
add --singlePackage for CI
  • Loading branch information
NullVoxPopuli authored Dec 18, 2023
2 parents 6996835 + fe6a6d2 commit bbee5e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/plan-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: |
set -x
pnpm release-plan prepare
pnpm release-plan prepare --singlePackage=ember-eslint-parser
echo 'text<<EOF' >> $GITHUB_OUTPUT
jq .description .release-plan.json -r >> $GITHUB_OUTPUT
Expand All @@ -80,4 +80,4 @@ jobs:
-----------------------------------------
${{ steps.explanation.outputs.text }}
${{ steps.explanation.outputs.text }}
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
version: 8
- run: pnpm install --frozen-lockfile
- name: npm publish
run: pnpm release-plan publish
run: pnpm release-plan publish --singlePackage=ember-eslint-parser

env:
GITHUB_AUTH: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit bbee5e0

Please sign in to comment.