|
@@ -46,7 +46,7 @@ jobs:
|
|
run: npm version $RELEASE_VERSION
|
|
run: npm version $RELEASE_VERSION
|
|
|
|
|
|
- name: Push changed files to master
|
|
- name: Push changed files to master
|
|
- run: git push origin HEAD:1.x
|
|
|
|
|
|
+ run: git push origin HEAD:2.x
|
|
|
|
|
|
- name: Recreate tag
|
|
- name: Recreate tag
|
|
run: git tag -f $RELEASE_VERSION
|
|
run: git tag -f $RELEASE_VERSION
|