Skip to content

Commit e69ceb9

Browse files
authored
Update and rename tmp.yml to bump_version.yml
1 parent 08c02c0 commit e69ceb9

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.github/workflows/tmp.yml renamed to .github/workflows/bump_version.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,10 @@ jobs:
3232
run: |
3333
bumpver update --no-fetch --${{ github.event.inputs.vt }}
3434
echo "ICATCHER_VER=$(bumpver show -n | awk 'END{print $NF}')" >> $GITHUB_ENV
35-
36-
- name: Tag version
37-
run: |
38-
git tag
39-
git tag ${{ env.ICATCHER_VER }} master
40-
git tag
41-
- name: Build package
42-
run: python -m build
35+
- name: Commit changes
36+
uses: EndBug/add-and-commit@v4
37+
with:
38+
author_name: ${{ github.actor }}
39+
author_email: ${{ github.actor }}@users.noreply.github.com
40+
message: "Version Bump to ${{ env.ICATCHER_VER }}"
41+
add: "."

0 commit comments

Comments
 (0)