We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a87157 commit 012f426Copy full SHA for 012f426
.github/workflows/release.yml
@@ -36,7 +36,16 @@ jobs:
36
- name: Build
37
run: yarn build
38
39
+ - name: Update version to patch
40
+ run: yarn version --patch
41
+
42
- name: Publish
43
run: yarn publish --non-interactive
44
env:
45
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
@@ -1,6 +1,6 @@
1
{
2
"name": "@vtex/b2b-self-management-ui",
3
- "version": "0.0.17",
+ "version": "0.0.16",
4
"private": false,
5
"main": "dist/cjs/index.js",
6
"module": "dist/esm/index.js",
0 commit comments