Skip to content

Commit

Permalink
chore: try without
Browse files Browse the repository at this point in the history
  • Loading branch information
nperez0111 committed Jul 5, 2024
1 parent 57f3d87 commit b30e7c1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
publish: npm run publish
title: ${{ github.ref_name == 'main' && 'Publish a new stable version' || 'Publish a new pre-release version' }}
commit: >-
${{ github.ref_name == 'main' && 'chore(release): publish a new release version' || 'chore(release): publish a new pre-release version' }}
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"changeset": "changeset",
"version": "changeset version",
"prepublish": "bun run build",
"publish": "npm run changeset publish",
"test": "bun test",
"prebuild": "rm -rf dist",
"build": "tsup src/index.ts --format esm,cjs --dts"
Expand Down

0 comments on commit b30e7c1

Please sign in to comment.