diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 05ebddf7..51cc602b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: inputs: tag: - description: 'The version tag of the release. This should match version in package.json and start with `v`. For example: `v1.0.0`' + description: 'The version tag of the release. This should match version in package.json and start with `v`. For example: `v2.0.0`' required: true releaseBranch: description: 'The release branch to commit to. Default v2.' @@ -43,7 +43,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Tag uses: ncipollo/release-action@v1 - if: github.events.inputs.tag with: body: 'TODO: Add CHANGELOG entry' tag: ${{ github.event.inputs.tag }}