Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
working-directory: ./examples/get-started

- name: Publish to npm
run: pnpm publish --access public
run: pnpm publish --access public --no-git-checks
working-directory: ./examples/get-started
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion examples/get-started/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@restackio/get-started",
"version": "1.0.9",
"version": "1.0.10",
"description": "Get started with Restack AI SDK",
"bin": {
"get-started": "bin/get-started.mjs"
Expand Down