Skip to content

Commit

Permalink
update README; add GH action for releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
ptgoetz committed Nov 22, 2024
1 parent c03eed3 commit 3997036
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ on:
- minor
- patch
- pre
- pre-new-major
- pre-new-minor
- pre-new-patch
- new-pre-major
- new-pre-minor
- new-pre-patch
- pre-build
- pre-major
- pre-minor
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
run: |
git config --global user.email "[email protected]"
git config --global user.name "P. Taylor Goetz"
echo "Running on branch ${{ github.ref }}"
# versionbump ${{ github.event.inputs.bumpType }} --no-prompt
echo "Running on branch ${{ github.event.inputs.branch }}"
versionbump ${{ github.event.inputs.bumpType }} --no-prompt
echo "Version bumped successfully."
git push origin main --tags

0 comments on commit 3997036

Please sign in to comment.