Skip to content

Commit fce1d6a

Browse files
author
Alex Zamai
committed
update CI
1 parent 7f76f42 commit fce1d6a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
go-version-file: ./go.mod
2222
- name: Test
23-
uses: eat-pray-ai/yutu/.github/actions/test@main
23+
uses: zamai/yutu/.github/actions/test@main
2424
- name: Run goreleaser
2525
uses: goreleaser/goreleaser-action@v6
2626
env:
@@ -67,7 +67,7 @@ jobs:
6767
steps:
6868
- uses: vedantmgoyal9/winget-releaser@main
6969
with:
70-
identifier: eat-pray-ai.yutu
70+
identifier: zamai.yutu
7171
installers-regex: '\.exe$' # Only .exe files
7272
token: ${{ secrets.RELEASE_PAT }}
7373
max-versions-to-keep: 3
@@ -81,7 +81,7 @@ jobs:
8181
with:
8282
token: ${{ secrets.RELEASE_PAT }}
8383
tag: ${{ github.event.release.tag_name }}
84-
org: eat-pray-ai
84+
org: zamai
8585
formula: yutu
8686

8787
github-package:
@@ -94,6 +94,6 @@ jobs:
9494
attestations: write
9595
id-token: write
9696
steps:
97-
- uses: eat-pray-ai/yutu/.github/actions/github-packages@main
97+
- uses: zamai/yutu/.github/actions/github-packages@main
9898
with:
9999
version: ${{ github.event.release.tag_name }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
- uses: actions/setup-go@v5
3131
with:
3232
go-version-file: ./go.mod
33-
- uses: eat-pray-ai/yutu/.github/actions/test@main
33+
- uses: zamai/yutu/.github/actions/test@main

cmd/playlist/list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ func init() {
3737
"Return the playlists with the given IDs for Stubby or Apiary.",
3838
)
3939
listCmd.Flags().StringVarP(
40-
&channelId, "channelId", "", "",
40+
&channelId, "channelId", "C", "",
4141
"Return the playlists owned by the specified channel ID",
4242
)
4343
listCmd.Flags().StringVarP(

0 commit comments

Comments
 (0)