Skip to content

Commit

Permalink
Merge pull request #26 from emulsify-ds/build/releases
Browse files Browse the repository at this point in the history
  • Loading branch information
ModulesUnraveled authored Dec 20, 2021
2 parents 7266b67 + abdc739 commit 5a757b7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@ jobs:
- name: Install
run: npm install
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm run semantic-release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"visreg": "percy storybook http://localhost:6006",
"visreg-ci": "percy storybook .out",
"webpack": "webpack --watch --config ./webpack/webpack.dev.js",
"semantic-release": "semantic-release --tag-format '${version}'"
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions release.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
tagFormat: '${version}',
branches: ['main'],
repositoryUrl: '[email protected]:emulsify-ds/compound.git',
plugins: [
Expand Down

0 comments on commit 5a757b7

Please sign in to comment.