From 448ff4357caf4af251503f072a3028436f53a7c7 Mon Sep 17 00:00:00 2001 From: Ian Sutherland Date: Mon, 20 Dec 2021 14:53:22 -0700 Subject: [PATCH] Update release workflow --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 }}