File tree 1 file changed +2
-6
lines changed
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 6
6
branches :
7
7
- master
8
8
9
- env :
10
- # Pin to v10.28.0, which (as of 2021-05-25) is the latest version with assets
11
- AUTO_VERSION : v10.29.3
12
-
13
9
jobs :
14
10
auto-release :
15
11
runs-on : ubuntu-latest
@@ -33,12 +29,12 @@ jobs:
33
29
34
30
- name : Download auto
35
31
run : |
36
- auto_download_url="$(curl -fsSL https://api.github.com/repos/intuit/auto/releases/tags/$AUTO_VERSION | jq -r '.assets[] | select(.name == "auto-linux.gz") | .browser_download_url')"
32
+ auto_download_url="$(curl -fsSL https://api.github.com/repos/intuit/auto/releases/latest | jq -r '.assets[] | select(.name == "auto-linux.gz") | .browser_download_url')"
37
33
wget -O- "$auto_download_url" | gunzip > ~/auto
38
34
chmod a+x ~/auto
39
35
40
36
- name : Create release
41
37
run : |
42
38
~/auto shipit -vv
43
39
env :
44
- GH_TOKEN : ${{ secrets.AUTO_USER_TOKEN }}
40
+ GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments