Revert "chore(deps): update ncipollo/release-action action to v1.16.0" (#542)
This commit is contained in:
parent
88f11da182
commit
77bcd25224
2 changed files with 2 additions and 2 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -106,7 +106,7 @@ jobs:
|
||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
if: ${{ !github.event.act }} # skip during local actions testing
|
if: ${{ !github.event.act }} # skip during local actions testing
|
||||||
uses: ncipollo/release-action@v1.16.0
|
uses: ncipollo/release-action@v1.14.0
|
||||||
with:
|
with:
|
||||||
artifacts: "ProjectMakoto/ProjectMakoto/Release.zip"
|
artifacts: "ProjectMakoto/ProjectMakoto/Release.zip"
|
||||||
generateReleaseNotes: true
|
generateReleaseNotes: true
|
||||||
|
|
|
||||||
2
.github/workflows/preview.yml
vendored
2
.github/workflows/preview.yml
vendored
|
|
@ -135,7 +135,7 @@ jobs:
|
||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
if: ${{ !github.event.act }} # skip during local actions testing
|
if: ${{ !github.event.act }} # skip during local actions testing
|
||||||
uses: ncipollo/release-action@v1.16.0
|
uses: ncipollo/release-action@v1.14.0
|
||||||
with:
|
with:
|
||||||
artifacts: "ProjectMakotoPreview/ProjectMakoto/Release.zip"
|
artifacts: "ProjectMakotoPreview/ProjectMakoto/Release.zip"
|
||||||
generateReleaseNotes: true
|
generateReleaseNotes: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue