Skip to content

Commit

Permalink
Bump version to minor in release workflow
Browse files Browse the repository at this point in the history
Bump the version to a minor release in the release workflow to support new features and improvements.
  • Loading branch information
realashleybailey committed Oct 30, 2023
1 parent c760cf2 commit 829fba2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
uses: 'phips28/gh-action-bump-version@master'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

with:
version-type: 'minor'

- name: Setup Node.js
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit 829fba2

Please sign in to comment.