diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 6480336..66137ab 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -102,7 +102,7 @@ jobs: git push origin v$VERSION - name: Create GitHub Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: tag_name: v${{ steps.bump_version.outputs.new_version || steps.auto_bump.outputs.new_version }} name: Release v${{ steps.bump_version.outputs.new_version || steps.auto_bump.outputs.new_version }}