Skip to content

Commit

Permalink
chore: auto release should be upgrade minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Dec 3, 2024
1 parent 404dff7 commit 327edc7
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 @@ -24,7 +24,7 @@ jobs:
- uses: taiga-family/ci/actions/run/[email protected]
with:
ref: ${{ github.ref }}
mode: ${{ github.event.inputs.mode }}
mode: ${{ github.event.inputs.mode || 'minor' }}
npmToken: ${{ secrets.TAIGA_UI_SCOPE_NPM_TOKEN }}
githubToken: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}

Expand Down

0 comments on commit 327edc7

Please sign in to comment.