Skip to content

Commit

Permalink
chore: πŸ€– move it to validate job for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
theashraf committed Dec 19, 2023
1 parent 992b291 commit 507ad43
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ jobs:
- name: πŸ“₯ Download deps
run: pnpm install

- name: NPM Whoami (for debugging)
run: pnpm whoami
env:
GITHUB_TOKEN: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPMJS_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPMJS_TOKEN }}

- name: πŸ— Build
run: pnpm build

Expand Down Expand Up @@ -79,13 +86,6 @@ jobs:
- name: πŸ— Build
run: pnpm build

- name: NPM Whoami (for debugging)
run: pnpm whoami
env:
GITHUB_TOKEN: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPMJS_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPMJS_TOKEN }}

- name: πŸš€ Release
uses: changesets/action@v1
with:
Expand Down

0 comments on commit 507ad43

Please sign in to comment.