Skip to content

Commit

Permalink
chore(release): split steps and use workspace filter
Browse files Browse the repository at this point in the history
  • Loading branch information
BobrImperator committed Aug 18, 2023
1 parent 5701d95 commit 48dc736
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ jobs:
- name: install dependencies
run: pnpm install

- name: prepack
run: pnpm run --filter ember-simple-auth prepack

- name: publish to npm
run: cd packages/ember-simple-auth && pnpm prepack && pnpm publish
run: pnpm run --filter ember-simple-auth publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 48dc736

Please sign in to comment.