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 4731be9 commit 03a1684Copy full SHA for 03a1684
.github/workflows/release.yml
@@ -8,7 +8,7 @@ on:
8
- master
9
10
env:
11
- AUTO_VERSION: v11.1.6
+ AUTO_VERSION: v11.3.0
12
13
jobs:
14
auto-release:
@@ -29,7 +29,7 @@ jobs:
29
- name: Set up Python
30
uses: actions/setup-python@v5
31
with:
32
- python-version: '3.10'
+ python-version: '3.11'
33
34
- name: Download auto
35
run: |
@@ -41,4 +41,4 @@ jobs:
41
42
~/auto shipit -vv
43
44
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_TOKEN: ${{ secrets.AUTO_TOKEN }}
0 commit comments