Skip to content

Commit

Permalink
ci(build): update semantic-release environments
Browse files Browse the repository at this point in the history
  • Loading branch information
markov00 authored Oct 6, 2020
1 parent ff2bdc4 commit 8e2b913
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/osd-charts/.github/workflows/auto_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ jobs:
run: yarn test:tz --ci
- name: Testing
run: yarn test --ci
- name: Semantic-Release
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
run: yarn semantic-release
- name: Build static storybook
run: yarn storybook:build
Expand Down

0 comments on commit 8e2b913

Please sign in to comment.