File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed
Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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." ,
Original file line number Diff line number Diff line change 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" ]
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments