Skip to content

Commit b44514e

Browse files
committed
make it public
1 parent 7c32598 commit b44514e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/npm-publish-github-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ jobs:
3838
node-version: 20
3939
registry-url: https://npm.pkg.github.com/
4040
- run: pnpm install --frozen-lockfile
41-
- run: pnpm publish --no-git-checks
41+
- run: pnpm publish --no-git-checks --access public
4242
env:
4343
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stainless-api/tsc-multi",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Compile multiple TypeScript projects into multiple targets.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)