Skip to content

Commit

Permalink
Update tmp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yoterel authored Feb 29, 2024
1 parent 08aa0cb commit 08c02c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tmp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: temp tester
on:
workflow_dispatch:
inputs:
Version Type:
vt:
type: choice
description: 'What is the version type (patch, minor major)'
required: true
Expand Down Expand Up @@ -30,7 +30,7 @@ jobs:
python -m pip install ".[build]"
- name: Bump version
run: |
bumpver update --no-fetch --${{ github.event.inputs.name }}
bumpver update --no-fetch --${{ github.event.inputs.vt }}
echo "ICATCHER_VER=$(bumpver show -n | awk 'END{print $NF}')" >> $GITHUB_ENV
- name: Tag version
Expand Down

0 comments on commit 08c02c0

Please sign in to comment.