Skip to content

Commit

Permalink
Update monthly-update.yml --debug bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lubianat authored Jul 24, 2024
1 parent c8c35f3 commit 5a76def
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/monthly-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- name: Run fetch_wikipedia_genes
run: python www/python/src/fetch_wikipedia_genes.py

- name: Run generate_gmt
run: python www/python/src/generate_gmt.py
# - name: Run generate_gmt
# run: python www/python/src/generate_gmt.py

- name: Commit changes
run: |
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Bump version and push
run: |
pip install bump2version
bump2version minor --tag
bump2version minor --allow-dirty --commit --tag --verbose
git push --follow-tags
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5a76def

Please sign in to comment.