Skip to content

Commit

Permalink
ci: update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
icleitoncosta committed Jan 29, 2025
1 parent c68508b commit a7d9a29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
increment:
description: 'Tipo de incremento: patch, minor, major ou pre*'
required: true
type: choice
default: 'patch'
options:
- patch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ jobs:

- name: Release
if: steps.check_changes.outputs.result == 'changes_detected'
run: 'npx release-it --increment ${{ github.event.inputs.increment }}'
run: 'npx release-it --increment patch'

0 comments on commit a7d9a29

Please sign in to comment.