Skip to content

Commit

Permalink
Update jellyfin-web_release_trigger.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GlenLowland committed Apr 3, 2024
1 parent 9d0404d commit ea8c809
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/jellyfin-web_release_trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ jobs:
"name": "@glenlowland/jellyfin-tizen",
"packageType": "app",
"appName": "Jellyfin",
"appPath": "",
"version": "${{ steps.date.outputs.date }}"
"appPath": ""
}
- name: Build jellyfin-tizen
Expand All @@ -60,7 +59,7 @@ jobs:
- name: Release Build Result
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ steps.date.outputs.date }}
tag_name: ${{ steps.info.outputs.version }}
body: "A new version of @glenlowland/jellyfin-tizen has been published because of a new release of @glenlowland/jellyfin-web."


Expand Down

0 comments on commit ea8c809

Please sign in to comment.