Skip to content

Commit

Permalink
ci: add workaround for verifyConditions of npm
Browse files Browse the repository at this point in the history
  • Loading branch information
brewcoua committed Jun 8, 2024
1 parent bd6e3e3 commit e03ecca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ jobs:
- name: Build project
run: bun run build

# Workaround for verifyConditions step of @semantic-release/npm
- run: cp ../package.json .
working-directory: dist

- name: Release
run: bunx semantic-release
env:
Expand Down

0 comments on commit e03ecca

Please sign in to comment.