We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 780c4fc commit a8932c1Copy full SHA for a8932c1
.github/workflows/publish.yml
@@ -29,12 +29,6 @@ jobs:
29
ref: main
30
fetch-depth: 0
31
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
-
38
- name: Set up Git
39
run: |
40
git config --global user.name "GitHub Actions"
@@ -63,6 +57,12 @@ jobs:
63
57
git push
64
58
fi
65
59
60
+ - name: Bump version and push tag
61
+ uses: anothrNick/[email protected]
62
+ env:
+ GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
+ WITH_V: false
+
66
- name: Set up Python 3.11
67
uses: actions/setup-python@v5
68
with:
0 commit comments