Skip to content

Commit 88b1cf7

Browse files
authored
Merge pull request #14 from restackio/release-get-started
Publish new version of get-started
2 parents 5e26ce7 + 532faee commit 88b1cf7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
working-directory: ./examples/get-started
4646

4747
- name: Publish to npm
48-
run: pnpm publish --access public
48+
run: pnpm publish --access public --no-git-checks
4949
working-directory: ./examples/get-started
5050
env:
5151
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

examples/get-started/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@restackio/get-started",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
44
"description": "Get started with Restack AI SDK",
55
"bin": {
66
"get-started": "bin/get-started.mjs"

0 commit comments

Comments
 (0)