Skip to content

Commit

Permalink
Update release.yml (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku authored Sep 20, 2023
1 parent ff78614 commit c34bb43
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Release
run-name: "Release ${{ github.ref_name }}"
run-name: "Release ${{ github.event.release.tag_name }}"

on:
release:
Expand Down Expand Up @@ -48,10 +48,10 @@ jobs:
uses: ncipollo/release-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
name: Release ${{ github.ref_name }}
tag: ${{ github.event.release.tag_name }}
allowUpdates: true
omitNameDuringUpdate: true
omitBodyDuringUpdate: true
omitBody: true
omitPrereleaseDuringUpdate: true
artifacts: dist/*.ipk,dist/*_dbgsym.tar.gz,dist/*.manifest.json

Expand Down Expand Up @@ -104,10 +104,10 @@ jobs:
uses: ncipollo/release-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
name: Release ${{ github.ref_name }}
tag: ${{ github.event.release.tag_name }}
allowUpdates: true
omitNameDuringUpdate: true
omitBodyDuringUpdate: true
omitBody: true
omitPrereleaseDuringUpdate: true
artifacts: build/*.deb,build/Release

Expand Down Expand Up @@ -155,9 +155,9 @@ jobs:
uses: ncipollo/release-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
name: Release ${{ github.ref_name }}
tag: ${{ github.event.release.tag_name }}
allowUpdates: true
omitNameDuringUpdate: true
omitBodyDuringUpdate: true
omitBody: true
omitPrereleaseDuringUpdate: true
artifacts: dist/moonlight-tv_*_steamlink.*

0 comments on commit c34bb43

Please sign in to comment.