Skip to content

Commit

Permalink
fix(CI): CJS release script
Browse files Browse the repository at this point in the history
  • Loading branch information
ctjlewis committed Jun 17, 2023
1 parent 8646068 commit 195dfa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ jobs:
run: pnpm cjs

- name: Test & Release (CJS)
run: npx release-it --no-git --github.release false --preRelease=cjs --ci --VV
run: npm version prerelease --no-git-tag-version && npm publish --tag cjs

1 comment on commit 195dfa5

@vercel
Copy link

@vercel vercel bot commented on 195dfa5 Jun 17, 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.