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 13f83ae commit 74c12dbCopy full SHA for 74c12db
.github/workflows/publish.yml
@@ -22,6 +22,10 @@ jobs:
22
run: |
23
pip install strip-hints==0.1.9
24
./patch-python3.6.sh
25
+
26
+ git config --global user.email "actions@github.com"
27
+ git config --global user.name "Github Actions"
28
29
git add --all
30
git commit --message "Python 3.6 patch"
31
latest_tag=$(git describe --abbrev=0 --tags)
0 commit comments