diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4d7e411..06765aa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -149,7 +149,7 @@ jobs: - name: Create GitHub Release if: steps.version.outputs.is_release == 'true' - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ needs.prepare.outputs.tag }} name: ${{ needs.prepare.outputs.tag }}