Skip to content

Commit

Permalink
Update make_release.yml (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewFlamm authored Jan 5, 2021
1 parent a5d5429 commit ed16a08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/make_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
inputs:
type:
description: 'Tyoe of version to increment. major, minor, or patch.'
description: 'Type of version to increment. major, minor, or patch.'
required: true
default: 'patch'
jobs:
Expand All @@ -16,7 +16,7 @@ jobs:
uses: zwaldowski/semver-release-action@v2
with:
dry_run: true
bump: ${{ github.event.inputs.name }}
bump: ${{ github.event.inputs.type }}
github_token: ${{ secrets.REPO_SCOPED_TOKEN }}
- run: echo "${{ steps.next_version.outputs.version }}" > version
- run: echo "${{ steps.next_version.outputs.version }}"
Expand Down

0 comments on commit ed16a08

Please sign in to comment.