Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zamai committed Nov 24, 2024
1 parent 7f76f42 commit fce1d6a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
go-version-file: ./go.mod
- name: Test
uses: eat-pray-ai/yutu/.github/actions/test@main
uses: zamai/yutu/.github/actions/test@main
- name: Run goreleaser
uses: goreleaser/goreleaser-action@v6
env:
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
steps:
- uses: vedantmgoyal9/winget-releaser@main
with:
identifier: eat-pray-ai.yutu
identifier: zamai.yutu
installers-regex: '\.exe$' # Only .exe files
token: ${{ secrets.RELEASE_PAT }}
max-versions-to-keep: 3
Expand All @@ -81,7 +81,7 @@ jobs:
with:
token: ${{ secrets.RELEASE_PAT }}
tag: ${{ github.event.release.tag_name }}
org: eat-pray-ai
org: zamai
formula: yutu

github-package:
Expand All @@ -94,6 +94,6 @@ jobs:
attestations: write
id-token: write
steps:
- uses: eat-pray-ai/yutu/.github/actions/github-packages@main
- uses: zamai/yutu/.github/actions/github-packages@main
with:
version: ${{ github.event.release.tag_name }}
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version-file: ./go.mod
- uses: eat-pray-ai/yutu/.github/actions/test@main
- uses: zamai/yutu/.github/actions/test@main
2 changes: 1 addition & 1 deletion cmd/playlist/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func init() {
"Return the playlists with the given IDs for Stubby or Apiary.",
)
listCmd.Flags().StringVarP(
&channelId, "channelId", "", "",
&channelId, "channelId", "C", "",
"Return the playlists owned by the specified channel ID",
)
listCmd.Flags().StringVarP(
Expand Down

0 comments on commit fce1d6a

Please # to comment.