Skip to content

Commit f958214

Browse files
⬆️ CI/CD: Updated
1 parent 4fd2025 commit f958214

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/python-library-rc.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
python -m pip install --upgrade pip
4949
pip install tomli-w --no-cache-dir
5050
51-
- name: Update version
51+
- name: 📦 Update package version
5252
env:
5353
NEW_TAG: ${{ env.NEW_TAG }}
5454
run: |
@@ -60,7 +60,7 @@ jobs:
6060
git config --global user.name 🐧
6161
shell: bash
6262

63-
- name: 📝 Git Process
63+
- name: 📝 Git process
6464
run: |
6565
if [[ `git status --porcelain` ]]; then
6666
git add --all
@@ -70,7 +70,6 @@ jobs:
7070
echo "WARNING: No changes were detected. git commit push action aborted."
7171
fi
7272
shell: bash
73-
continue-on-error: true
7473

7574
- name: 🚀 Create release
7675
run: |

0 commit comments

Comments
 (0)