Skip to content

Commit

Permalink
Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
iansu committed Dec 20, 2021
1 parent 0e84ead commit 448ff43
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.'
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 448ff43

Please sign in to comment.