Explorar el Código

update release-slackbot-proxy.yml

Yuki Takei hace 4 años
padre
commit
16dd764733
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/release-slackbot-proxy.yml

+ 1 - 1
.github/workflows/release-slackbot-proxy.yml

@@ -118,7 +118,7 @@ jobs:
 
     - name: Bump versions for next RC
       run: |
-        node ./bin/github-actions/bump-versions -i prerelease -d packages/slackbot-proxy --preid slackbot-proxy --update-dependencies false
+        yarn bump-versions:slackbot-proxy
 
     - name: Retrieve information from package.json
       uses: myrotvorets/info-from-package-json-action@1.1.0