Skip to content

Commit 8e72c3b

Browse files
chore: rename step for generate tag
1 parent 9e53660 commit 8e72c3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ jobs:
5656
with:
5757
python-version: '3.9'
5858

59-
- name: Install Poetry
59+
- name: Poetry Setup
6060
run: |
6161
pip install --upgrade pip
6262
curl -sSL https://install.python-poetry.org | python3 -
6363
poetry config virtualenvs.create false
6464
poetry install
6565
66-
- name: Increment version
66+
- name: Generate and push Tag
6767
run: |
6868
git config --global user.name 'GitHub Actions'
6969
git config --global user.email 'actions@github.com'

0 commit comments

Comments
 (0)