diff --git a/.github/workflows/auto-release.yaml b/.github/workflows/auto-release.yaml index 5f8ff44835..ede5eb5840 100644 --- a/.github/workflows/auto-release.yaml +++ b/.github/workflows/auto-release.yaml @@ -30,3 +30,10 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} default_bump: minor + - name: Create a GitHub release + uses: actions/create-release@v1 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + tag_name: ${{ steps.tag_version.outputs.new_tag }} + release_name: Release ${{ steps.tag_version.outputs.new_tag }}