Skip to content

Commit

Permalink
Merge pull request #38 from zendesk/ebarbulescu/gh-release-type
Browse files Browse the repository at this point in the history
add the release version block
  • Loading branch information
elenabarbulescu authored Aug 29, 2024
2 parents 0a6fa99 + d8ccf26 commit 6b10975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
github_token: ${{ github.token }}
version_scheme: semantic
version_type: ${{ steps.get_release_data.outputs.type }}
version_type: patch
# Create a new GitHub release
- name: Create release
id: create_release
Expand Down

0 comments on commit 6b10975

Please sign in to comment.