Skip to content

Commit 96e5257

Browse files
committed
chore(ci): remove changesets
1 parent 13a86fa commit 96e5257

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,9 @@ jobs:
4141
- name: Install dependencies
4242
run: pnpm install
4343

44-
- name: Create Release Pull Request or Publish
45-
id: changesets
46-
uses: changesets/action@v1
47-
with:
48-
# This expects you to have a script called release which does a build for your packages and calls changeset publish
49-
publish: pnpm publish --filter=@simpleanalytics/next
44+
- name: Publish package
45+
shell: bash
46+
run: pnpm publish --filter=@simpleanalytics/next --access public --no-git-checks
5047
env:
5148
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5249
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)