Skip to content

Commit a8932c1

Browse files
chore: tag after update to HISTORY.cmd
1 parent 780c4fc commit a8932c1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ jobs:
2929
ref: main
3030
fetch-depth: 0
3131

32-
- name: Bump version and push tag
33-
uses: anothrNick/[email protected]
34-
env:
35-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
36-
WITH_V: false
37-
3832
- name: Set up Git
3933
run: |
4034
git config --global user.name "GitHub Actions"
@@ -63,6 +57,12 @@ jobs:
6357
git push
6458
fi
6559
60+
- name: Bump version and push tag
61+
uses: anothrNick/[email protected]
62+
env:
63+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
64+
WITH_V: false
65+
6666
- name: Set up Python 3.11
6767
uses: actions/setup-python@v5
6868
with:

0 commit comments

Comments
 (0)