Skip to content

Commit

Permalink
Merge pull request #4 from ckvsoft/main
Browse files Browse the repository at this point in the history
Update increase_main_version.yml
  • Loading branch information
ckvsoft committed Jan 28, 2024
2 parents 5d19676 + fbbbe9e commit 4c9b2ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/increase_main_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
id: determine_increment
run: echo "increment=$(if [ "${{ github.event_name }}" == 'push' ]; then echo 'patch'; else echo 'minor'; fi)" >> $GITHUB_ENV

- name: Debug github.event_name
run: echo "github.event_name is ${{ github.event_name }}"

- name: Increase version
run: |
# Erhalte die aktuelle Version aus der core/version.py-Datei
Expand Down

0 comments on commit 4c9b2ac

Please sign in to comment.