This repository was archived by the owner on Dec 15, 2024. It is now read-only.
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,15 +58,15 @@ jobs:
58
58
# env:
59
59
# RELEASE_TAG: ${{ steps.branch_name.outputs.RELEASE_TAG }}
60
60
61
- - if : startsWith(github.ref,'refs/tags/v') && github.repository == 'go-musicfox/go-musicfox '
61
+ - if : startsWith(github.ref,'refs/tags/v') && github.repository == 'go-musicfox/spotifox '
62
62
name : release publish
63
63
run : |-
64
64
sudo rm -rf dist
65
65
make release
66
66
env :
67
67
RELEASE_TAG : ${{ steps.branch_name.outputs.RELEASE_TAG }}
68
68
69
- - if : startsWith(github.ref,'refs/tags/v') && github.repository == 'go-musicfox/go-musicfox '
69
+ - if : startsWith(github.ref,'refs/tags/v') && github.repository == 'go-musicfox/spotifox '
70
70
name : Generate scoop config and commit
71
71
run : |-
72
72
make scoop-config-gen
75
75
git add .
76
76
git commit -m "feat: update scoop config" || true
77
77
78
- - if : startsWith(github.ref,'refs/tags/v') && github.repository == 'go-musicfox/go-musicfox '
78
+ - if : startsWith(github.ref,'refs/tags/v') && github.repository == 'go-musicfox/spotifox '
79
79
name : Push scoop config
80
80
uses : ad-m/github-push-action@master
81
81
with :
You can’t perform that action at this time.
0 commit comments