Skip to content

Commit

Permalink
Fix: Remove unnecessary release type specification
Browse files Browse the repository at this point in the history
The `release_type` parameter was being explicitly set to `patch` within the release workflow, which is redundant as the default bump is already set to `patch`. Removing this unnecessary specification streamlines the workflow and ensures consistency with the intended release strategy.
  • Loading branch information
RedAtman committed Jul 20, 2024
1 parent 81d52ca commit 8ba1a17
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
with:
tag_prefix: "st4-"
default_bump: patch
release_type: patch
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Check release output
Expand Down

0 comments on commit 8ba1a17

Please sign in to comment.