Browse Source

Update npm.yml

Ryan Chandler 4 năm trước cách đây
mục cha
commit
02255feaf6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .github/workflows/npm.yml

+ 1 - 1
.github/workflows/npm.yml

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