Skip to content

Commit

Permalink
chore: rename step for generate tag
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanildoBarauna committed Jun 13, 2024
1 parent 9e53660 commit 8e72c3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ jobs:
with:
python-version: '3.9'

- name: Install Poetry
- name: Poetry Setup
run: |
pip install --upgrade pip
curl -sSL https://install.python-poetry.org | python3 -
poetry config virtualenvs.create false
poetry install
- name: Increment version
- name: Generate and push Tag
run: |
git config --global user.name 'GitHub Actions'
git config --global user.email '[email protected]'
Expand Down

0 comments on commit 8e72c3b

Please sign in to comment.