Skip to content

Commit

Permalink
fix: run semantic-release in package subfolder
Browse files Browse the repository at this point in the history
  • Loading branch information
joshnuss committed Nov 19, 2023
1 parent f597644 commit bbee6e0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,13 @@ jobs:
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: pnpm audit signatures

- name: Build package
run: pnpm package

- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: pnpx semantic-release
run: |
cd package
pnpx semantic-release

1 comment on commit bbee6e0

@vercel
Copy link

@vercel vercel bot commented on bbee6e0 Nov 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.