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.
2 parents 5e26ce7 + 532faee commit 88b1cf7Copy full SHA for 88b1cf7
.github/workflows/npm-publish.yml
@@ -45,7 +45,7 @@ jobs:
45
working-directory: ./examples/get-started
46
47
- name: Publish to npm
48
- run: pnpm publish --access public
+ run: pnpm publish --access public --no-git-checks
49
50
env:
51
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
examples/get-started/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@restackio/get-started",
3
- "version": "1.0.9",
+ "version": "1.0.10",
4
"description": "Get started with Restack AI SDK",
5
"bin": {
6
"get-started": "bin/get-started.mjs"
0 commit comments