Skip to content

Commit

Permalink
Debug publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wrporter committed Jul 28, 2024
1 parent 7a8b594 commit 0be6dca
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ jobs:
build:
name: Build and Publish
runs-on: ubuntu-latest
env:
REGISTRY_EMAIL: ${{ secrets.REGISTRY_EMAIL }}
NODE_AUTH_TOKEN: ${{ secrets.REGISTRY_AUTH_TOKEN }}

steps:
- name: 🥼 Check out code
Expand All @@ -25,6 +22,7 @@ jobs:
with:
node-version: 20
cache: 'npm'
registry-url: 'https://registry.npmjs.org'

- name: 💿 Restore cached turbo artifacts
uses: actions/cache@v4
Expand All @@ -48,3 +46,6 @@ jobs:

- name: 🚀 Publish packages
run: npx changeset publish
env:
REGISTRY_EMAIL: ${{ secrets.REGISTRY_EMAIL }}
NODE_AUTH_TOKEN: ${{ secrets.REGISTRY_AUTH_TOKEN }}

0 comments on commit 0be6dca

Please sign in to comment.