Skip to content

Commit 03a1684

Browse files
authored
Update release.yml
1 parent 4731be9 commit 03a1684

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- master
99

1010
env:
11-
AUTO_VERSION: v11.1.6
11+
AUTO_VERSION: v11.3.0
1212

1313
jobs:
1414
auto-release:
@@ -29,7 +29,7 @@ jobs:
2929
- name: Set up Python
3030
uses: actions/setup-python@v5
3131
with:
32-
python-version: '3.10'
32+
python-version: '3.11'
3333

3434
- name: Download auto
3535
run: |
@@ -41,4 +41,4 @@ jobs:
4141
run: |
4242
~/auto shipit -vv
4343
env:
44-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44+
GH_TOKEN: ${{ secrets.AUTO_TOKEN }}

0 commit comments

Comments
 (0)