Explorar o código

fix: release workflow

Ryan Chandler %!s(int64=4) %!d(string=hai) anos
pai
achega
3e3d9c97d5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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:1.x
+        run: git push origin HEAD:2.x
 
       - name: Recreate tag
         run: git tag -f $RELEASE_VERSION