From 47a233f20fdb3fffc811720d26d36f395c23f8e9 Mon Sep 17 00:00:00 2001 From: Gustavo Rosolem Date: Fri, 28 May 2021 12:02:57 -0300 Subject: [PATCH] bump --- .github/workflows/publish.yml | 4 ++-- styleguide/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a1ae4443..274de8c6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 }} diff --git a/styleguide/package.json b/styleguide/package.json index 079a0d94..a134621f 100644 --- a/styleguide/package.json +++ b/styleguide/package.json @@ -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",