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 authored May 12, 2024
1 parent 592c2d1 commit a7d3cf8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/jellyfin-web_release_trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
repository: 'jellyfin/jellyfin-tizen'
platform: 'github'
path: './jellyfin-tizen'
path: 'jellyfin-tizen'

- name: Setup Node.js environment
uses: actions/[email protected]
Expand All @@ -37,7 +37,7 @@ jobs:
id: info
uses: jaywcjlove/github-action-package@main
with:
path: './jellyfin-tizen/package.json'
path: 'jellyfin-tizen/package.json'
data: |
{
"name": "@glenlowland/jellyfin-tizen",
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
package: ./jellyfin-tizen
package: jellyfin-tizen
access: public

- name: Release Build Result
Expand Down

0 comments on commit a7d3cf8

Please sign in to comment.