diff --git a/.github/workflows/version-bump.yml b/.github/workflows/version-bump.yml index 59bc500..845ee6a 100644 --- a/.github/workflows/version-bump.yml +++ b/.github/workflows/version-bump.yml @@ -97,7 +97,7 @@ jobs: fetch-depth: 0 - name: Create Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ needs.bump.outputs.version }} draft: false