Skip to content

Commit ee85e18

Browse files
Fix release workflow
had extra `-`s
1 parent 6bcc51c commit ee85e18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types: [created]
66

77
jobs:
8-
build:
8+
release:
99
name: Build and publish
1010
runs-on: ubuntu-latest
1111

@@ -26,9 +26,9 @@ jobs:
2626
run: yarn build
2727

2828
- name: Publish Package
29-
- run: npm publish
29+
run: npm publish
3030
env:
3131
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3232

3333
- name: Publish Docs
34-
- run: yarn deploy-storybook --ci
34+
run: yarn deploy-storybook --ci

0 commit comments

Comments
 (0)