Skip to content

Commit 7cda384

Browse files
committed
Release v0.22.2-canary.0
Add npm publish token
1 parent 5d93bbf commit 7cda384

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ jobs:
7979
run: |
8080
echo "Publishing with tag: $NPM_TAG"
8181
yarn workspaces foreach -A --no-private npm publish --tolerate-republish --provenance --access public --tag ${NPM_TAG:-latest}
82+
env:
83+
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
8284

8385
- name: Create GitHub Release
8486
if: github.ref_type == 'tag'
@@ -125,5 +127,4 @@ jobs:
125127

126128
- name: Publish on JSR - Core
127129
working-directory: ./out/packages/core
128-
continue-on-error: true
129130
run: npx -y jsr publish --allow-slow-types --allow-dirty --token ${{ secrets.JSR_API_TOKEN }}

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybooker/cli",
3-
"version": "0.22.1",
3+
"version": "0.22.2-canary.0",
44
"type": "module",
55
"bin": "./dist/index.js",
66
"description": "Storybooker CLI for uploading builds and files.",

packages/core/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/denoland/deno/main/cli/schemas/config-file.v1.json",
33
"name": "@storybooker/core",
4-
"version": "0.22.1",
4+
"version": "0.22.2-canary.0",
55
"license": "MIT",
66
"publish": {
77
"include": ["src", "README.md", "openapi.json"]

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "storybooker",
3-
"version": "0.22.1",
3+
"version": "0.22.2-canary.0",
44
"type": "module",
55
"description": "Manage Storybook instances on your own infrastructure with ease.",
66
"author": {

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybooker/ui",
3-
"version": "0.22.1",
3+
"version": "0.22.2-canary.0",
44
"type": "module",
55
"description": "Basic UI for Storybooker app",
66
"author": {

0 commit comments

Comments
 (0)