Skip to content
This repository was archived by the owner on Dec 15, 2024. It is now read-only.

Commit b7989a8

Browse files
committed
fix: github action
1 parent 60bf45d commit b7989a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ jobs:
5858
# env:
5959
# RELEASE_TAG: ${{ steps.branch_name.outputs.RELEASE_TAG }}
6060

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'
6262
name: release publish
6363
run: |-
6464
sudo rm -rf dist
6565
make release
6666
env:
6767
RELEASE_TAG: ${{ steps.branch_name.outputs.RELEASE_TAG }}
6868

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'
7070
name: Generate scoop config and commit
7171
run: |-
7272
make scoop-config-gen
@@ -75,7 +75,7 @@ jobs:
7575
git add .
7676
git commit -m "feat: update scoop config" || true
7777
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'
7979
name: Push scoop config
8080
uses: ad-m/github-push-action@master
8181
with:

0 commit comments

Comments
 (0)