Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bfabio committed Sep 1, 2021
1 parent 11c5a41 commit a714f61
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
# Always release the tip of the default branch
ref: master

- name: git config
run: |
git config user.name "${GITHUB_ACTOR}"
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
- run: yarn install
- run: yarn run release --ci --no-increment
env:
Expand Down
2 changes: 1 addition & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"github": {
"release": true,
"update": false
"update": true
},
"npm": {
"publish": false,
Expand Down

0 comments on commit a714f61

Please sign in to comment.