Skip to content

Commit

Permalink
Fix version patching
Browse files Browse the repository at this point in the history
  • Loading branch information
gmrukwa committed Feb 18, 2020
1 parent dde256d commit 3e8bc55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
PACKAGE_INIT_FILE: ${{ 'divik/__init__.py' }}
PACKAGE_INIT_FILE_VERSION_LINE: ${{ 1 }}
PACKAGE_SETUP_FILE: ${{ 'setup.py' }}
PACKAGE_SETUP_FILE_VERSION_LINE: ${{ 8 }}
PACKAGE_SETUP_FILE_VERSION_LINE: ${{ 9 }}
DOCKER_REPO: ${{ 'gmrukwa/divik' }}
IS_ALPHA: ${{ github.event_name == 'pull_request' }}
IS_BETA: ${{ github.event_name == 'push' && endsWith(github.event.ref, 'heads/develop') }}
Expand Down

0 comments on commit 3e8bc55

Please sign in to comment.