File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 :
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
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 :
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 }}
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments