We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13a86fa commit 96e5257Copy full SHA for 96e5257
.github/workflows/publish.yaml
@@ -41,12 +41,9 @@ jobs:
41
- name: Install dependencies
42
run: pnpm install
43
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
+ - name: Publish package
+ shell: bash
+ run: pnpm publish --filter=@simpleanalytics/next --access public --no-git-checks
50
env:
51
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
52
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments