mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2024-12-27 17:26:42 +01:00
Update softprops/action-gh-release action to v2.1.0
This commit is contained in:
parent
aada09e5dc
commit
e77e11977d
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
yarn install
|
||||
yarn build
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v2.0.6
|
||||
uses: softprops/action-gh-release@v2.1.0
|
||||
with:
|
||||
draft: true
|
||||
files: |
|
||||
@ -54,7 +54,7 @@ jobs:
|
||||
yarn install
|
||||
yarn build
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v2.0.6
|
||||
uses: softprops/action-gh-release@v2.1.0
|
||||
with:
|
||||
draft: true
|
||||
files: |
|
||||
@ -88,7 +88,7 @@ jobs:
|
||||
yarn install
|
||||
yarn build
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v2.0.6
|
||||
uses: softprops/action-gh-release@v2.1.0
|
||||
with:
|
||||
draft: true
|
||||
files: |
|
||||
|
Loading…
Reference in New Issue
Block a user