Skip to content

Commit

Permalink
Merge pull request #7 from embroider-build/fix-workflows
Browse files Browse the repository at this point in the history
use dist/cli.js directly in workflows
  • Loading branch information
mansona committed Nov 20, 2023
2 parents e0d666f + 495bd46 commit e5a59b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
with:
version: 8
- name: npm publish
run: pnpm release-plan publish
run: node ./dist/cli.js publish
env:
GITHUB_AUTH: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/release-plan-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
id: explanation
run: |
set -x
pnpm release-plan prepare --single-package=release-plan
node ./dist/cli.js prepare --single-package=release-plan
jq .description .release-plan.json >> $GITHUB_OUTPUT
env:
GITHUB_AUTH: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e5a59b5

Please sign in to comment.