File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 97
97
echo "IS_RELEASE=true" >> $GITHUB_ENV
98
98
99
99
- name : Create Draft Release
100
- uses : ncipollo/release-action@v1.15 .0
100
+ uses : ncipollo/release-action@v1.16 .0
101
101
if : ${{ github.ref_name == 'release' }}
102
102
with :
103
103
prerelease : true
@@ -316,7 +316,7 @@ jobs:
316
316
histCoveragePath : historical-coverage.json
317
317
318
318
- name : Create Release
319
- uses : ncipollo/release-action@v1.15 .0
319
+ uses : ncipollo/release-action@v1.16 .0
320
320
if : ${{ env.SHOULD_DEPLOY == 'true' }}
321
321
with :
322
322
allowUpdates : true
@@ -329,7 +329,7 @@ jobs:
329
329
token : ${{ secrets.GITHUB_TOKEN }}
330
330
331
331
- name : Update Baseline Coverage
332
- uses : ncipollo/release-action@v1.15 .0
332
+ uses : ncipollo/release-action@v1.16 .0
333
333
if : ${{ github.event.inputs.updateCoverage == 'true' || github.ref_name == 'release' }}
334
334
with :
335
335
allowUpdates : true
You can’t perform that action at this time.
0 commit comments