Browse Source

fix release workflow

Yuki Takei 1 year ago
parent
commit
420a2ab992
1 changed files with 0 additions and 2 deletions
  1. 0 2
      .github/workflows/release.yml

+ 0 - 2
.github/workflows/release.yml

@@ -37,7 +37,6 @@ jobs:
     - name: Bump versions
     - name: Bump versions
       run: |
       run: |
         turbo run version:patch --filter=@growi/app
         turbo run version:patch --filter=@growi/app
-        pnpm upgrade --scope=@growi
         sh ./apps/app/bin/github-actions/update-readme.sh
         sh ./apps/app/bin/github-actions/update-readme.sh
 
 
     - name: Retrieve information from package.json
     - name: Retrieve information from package.json
@@ -178,7 +177,6 @@ jobs:
       run: |
       run: |
         turbo run version:prepatch --filter=@growi/app
         turbo run version:prepatch --filter=@growi/app
         turbo run version:prepatch --filter=@growi/slackbot-proxy
         turbo run version:prepatch --filter=@growi/slackbot-proxy
-        pnpm upgrade --scope=@growi
 
 
     - name: Retrieve information from package.json
     - name: Retrieve information from package.json
       uses: myrotvorets/info-from-package-json-action@2.0.1
       uses: myrotvorets/info-from-package-json-action@2.0.1