Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavorosolem committed May 28, 2021
1 parent 92aa0da commit 47a233f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_STYLEGUIDE }}

- name: Send to GitHub Pages 🔧
run: yarn deploy-storybook --ci --host-token-env-variable=GITHUB_TOKEN
run: yarn deploy-storybook --ci --source-branch=main
working-directory: styleguide
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion styleguide/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lojaintegrada/admin-components",
"version": "0.0.6",
"version": "0.0.7",
"author": "Loja Integrada Front-End Team",
"license": "MIT",
"main": "dist/index.js",
Expand Down

0 comments on commit 47a233f

Please sign in to comment.