Skip to content

Commit

Permalink
chore: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
platonfloria committed Apr 25, 2024
1 parent 0256eaf commit c59f9d7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-and-pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,16 @@ jobs:
WEB3_ALCHEMY_PROJECT_ID: '${{ secrets.WEB3_ALCHEMY_PROJECT_ID }}'
ETHERSCAN_TOKEN: '${{ secrets.ETHERSCAN_TOKEN }}'

- name: Bump version and set output
- name: Bump version, update requirements.txt and set output
if: steps.check.outputs.skip != 'true'
id: bump_version_and_set_output
run: |
poetry version patch
poetry export --without-hashes --format=requirements.txt > requirements.txt
git checkout main
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add fastlane_bot/__init__.py
git add pyproject.toml requirements.txt
git commit -m "Bump version [skip ci]"
- name: Generate changelog
Expand Down

0 comments on commit c59f9d7

Please sign in to comment.