diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index 1671865b47..ff9cb2f3df 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -15,7 +15,7 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} default_bump: patch - custom_tag: 1.0.0 + custom_tag: 1.1.0 - name: Create a GitHub release uses: ncipollo/release-action@v1 with: