Skip to content

Commit 012f426

Browse files
committed
feat: add ci
1 parent 3a87157 commit 012f426

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,16 @@ jobs:
3636
- name: Build
3737
run: yarn build
3838

39+
- name: Update version to patch
40+
run: yarn version --patch
41+
3942
- name: Publish
4043
run: yarn publish --non-interactive
4144
env:
4245
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
46+
47+
- name: Push changes and tags
48+
run: |
49+
git config user.email "[email protected]"
50+
git config user.name "vtexgithubbot"
51+
git push --follow-tags

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vtex/b2b-self-management-ui",
3-
"version": "0.0.17",
3+
"version": "0.0.16",
44
"private": false,
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)