Просмотр исходного кода

Merge pull request #9152 from weseek/dependabot/github_actions/softprops/action-gh-release-2

ci(deps): bump softprops/action-gh-release from 1 to 2
Yuki Takei 1 год назад
Родитель
Сommit
7813db62c0
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .github/workflows/release.yml

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

@@ -64,7 +64,7 @@ jobs:
         commit_message: Release v${{ steps.package-json.outputs.packageVersion }}
         commit_message: Release v${{ steps.package-json.outputs.packageVersion }}
         tagging_message: v${{ steps.package-json.outputs.packageVersion }}
         tagging_message: v${{ steps.package-json.outputs.packageVersion }}
 
 
-    - uses: softprops/action-gh-release@v1
+    - uses: softprops/action-gh-release@v2
       with:
       with:
         body: ${{ github.event.pull_request.body }}
         body: ${{ github.event.pull_request.body }}
         tag_name: v${{ steps.package-json.outputs.packageVersion }}
         tag_name: v${{ steps.package-json.outputs.packageVersion }}