File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 45
45
cache/tsc.json
46
46
47
47
- name : Publish distributables (${{ matrix.arch}})
48
- if : ${{ matrix.name != " Windows" }}
48
+ if : ${{ matrix.name != ' Windows' }}
49
49
uses : nick-fields/retry@v2
50
50
env :
51
51
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
56
56
command : npm run publish -- -a ${{ matrix.arch }}
57
57
58
58
- name : Publish distributables (${{ matrix.arch}}) (more retries)
59
- if : ${{ matrix.name == " Windows" }}
59
+ if : ${{ matrix.name == ' Windows' }}
60
60
uses : nick-fields/retry@v2
61
61
env :
62
62
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 45
45
cache/tsc.json
46
46
47
47
- name : Publish distributables (${{ matrix.arch}})
48
- if : ${{ matrix.name != " Windows" }}
48
+ if : ${{ matrix.name != ' Windows' }}
49
49
uses : nick-fields/retry@v2
50
50
env :
51
51
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
56
56
command : npm run publish -- -a ${{ matrix.arch }}
57
57
58
58
- name : Publish distributables (${{ matrix.arch}}) (more retries)
59
- if : ${{ matrix.name == " Windows" }}
59
+ if : ${{ matrix.name == ' Windows' }}
60
60
uses : nick-fields/retry@v2
61
61
env :
62
62
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments