Skip to content

Commit f2d6e86

Browse files
committed
Fixing release with npx
1 parent a37f650 commit f2d6e86

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
- name: Publish to Storybook
4444
run: |
4545
npm run build-storybook
46-
npm run deploy-storybook
46+
npx gh-pages -d storybook-static -r https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@dansreis/react-canvas-annotator",
33
"homepage": "http://dansreis.github.io/react-canvas-annotator",
4-
"version": "1.0.0-alpha",
4+
"version": "1.0.1-alpha",
55
"description": "",
66
"type": "module",
77
"main": "dist/index.cjs.js",
@@ -20,8 +20,7 @@
2020
"test:ui": "vitest --ui",
2121
"storybook": "storybook dev -p 6006",
2222
"build-storybook": "storybook build",
23-
"prepare": "npm run build",
24-
"deploy-storybook": "gh-pages -d storybook-static"
23+
"prepare": "npm run build"
2524
},
2625
"author": "Daniel Reis",
2726
"license": "MIT",

0 commit comments

Comments
 (0)