diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3f191ea..a66f648 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -77,7 +77,7 @@ jobs: --output release-assets/kite.rb - name: Publish GitHub release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ env.RELEASE_TAG }} name: Kite ${{ env.RELEASE_VERSION }}