Skip to content

Commit

Permalink
Agrega las variables de entorno al release de npm
Browse files Browse the repository at this point in the history
  • Loading branch information
nirougi committed Jun 27, 2020
1 parent de43ac3 commit 1f38be3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,7 @@ jobs:
FOLDER: .storybook-out

- name: Release
run: npm run release
run: npm run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
[
"@semantic-release/github",
{
assets: ["dist/**", "LICENSE", "README.md"]
assets: ["dist/**", "LICENSE", "README.md", "package.json"]
}
]
]
Expand Down

0 comments on commit 1f38be3

Please sign in to comment.