Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
yjp20 committed Oct 23, 2024
1 parent 685ddb1 commit 775afc9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions bin/publish-jsr
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@ yarn build
# Navigate to the dist directory
cd dist

# Publish with the appropriate tag
deno publish --allow-slow-types
if [ -n "${JSR_TOKEN-}" ]; then
npx jsr publish --allow-slow-types --token="$JSR_TOKEN"
else
npx jsr publish --allow-slow-types
fi
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@stainless-api/sink-npm",
"name": "@stainless-api/sink-npm-test",
"version": "0.11.3-beta.1",
"exports": "./index.mjs",
"publish": {
Expand Down

0 comments on commit 775afc9

Please sign in to comment.