Skip to content

Commit

Permalink
chore: Debug version
Browse files Browse the repository at this point in the history
  • Loading branch information
cyaiox committed Jul 23, 2024
1 parent 715eb9e commit a3014ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@ jobs:
major_pattern: "/\bmajor|breaking\b/"
minor_pattern: "/\bminor|feat\b/"
version_format: "${major}.${minor}.${patch}${{ github.ref == 'refs/heads/main' && '' || '-${increment}' }}"
change_path: "packages/"
# change_path: "packages/"
bump_each_commit: true
bump_each_commit_patch_pattern: "/\bmajor|minor|patch|feat|fix\b/"
search_commit_body: true
user_format_type: "json"
enable_prerelease_mode: true
debug: true

- name: Compile artifacts ${{ inputs.dry-run && '' || 'and upload them to github release' }}
# I use this action because it is capable of retrying multiple times if there are any issues with the distribution server
Expand Down

0 comments on commit a3014ec

Please sign in to comment.