Update ncipollo/release-action to its latest version
This commit is contained in:
parent
b3c3b4c729
commit
b1670b7a34
2
.github/workflows/apple.yml
vendored
2
.github/workflows/apple.yml
vendored
@ -151,7 +151,7 @@ jobs:
|
||||
zip -r SuperTuxKart-${{ env.release_tag }}-mac.zip SuperTuxKart.app
|
||||
- name: Create release
|
||||
if: ${{ env.release_tag != '' }}
|
||||
uses: ncipollo/release-action@v1
|
||||
uses: ncipollo/release-action@v1.8.8
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
artifacts: "SuperTuxKart*.zip"
|
||||
|
2
.github/workflows/switch.yml
vendored
2
.github/workflows/switch.yml
vendored
@ -101,7 +101,7 @@ jobs:
|
||||
cd stk-code/switch
|
||||
PROJECT_VERSION="${{ env.release_tag }}" ./make.sh
|
||||
- name: Create release
|
||||
uses: ncipollo/release-action@v1
|
||||
uses: ncipollo/release-action@v1.8.8
|
||||
if: ${{ env.release_tag != '' }}
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@ -279,7 +279,7 @@ jobs:
|
||||
& "C:\Program Files (x86)\NSIS\makensis.exe" x86_64.nsi
|
||||
& "C:\Program Files (x86)\NSIS\makensis.exe" aarch64.nsi
|
||||
- name: Create release
|
||||
uses: ncipollo/release-action@v1
|
||||
uses: ncipollo/release-action@v1.8.8
|
||||
if: ${{ env.release_tag != '' }}
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user