Skip to content

Commit 9f343a3

Browse files
committed
build: rename homebrew tap repository to homebrew-icey
1 parent 0d18a2e commit 9f343a3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/publish-package-managers.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -132,27 +132,27 @@ jobs:
132132
if: steps.gate.outputs.publish == 'true'
133133
uses: actions/checkout@v4
134134
with:
135-
repository: nilstate/homebrew-0state
135+
repository: nilstate/homebrew-icey
136136
token: ${{ secrets.HOMEBREW_TAP_TOKEN }}
137-
path: .stage/homebrew-0state
137+
path: .stage/homebrew-icey
138138

139139
- name: Publish formula
140140
if: steps.gate.outputs.publish == 'true'
141141
env:
142-
TAP_REPO_DIR: ${{ github.workspace }}/.stage/homebrew-0state
142+
TAP_REPO_DIR: ${{ github.workspace }}/.stage/homebrew-icey
143143
run: ./scripts/publish-homebrew.sh
144144

145145
- name: Commit formula update
146146
if: steps.gate.outputs.publish == 'true'
147147
run: |
148-
git -C .stage/homebrew-0state config user.name "github-actions[bot]"
149-
git -C .stage/homebrew-0state config user.email "41898282+github-actions[bot]@users.noreply.github.com"
150-
git -C .stage/homebrew-0state add Formula/icey-server.rb
151-
if git -C .stage/homebrew-0state diff --cached --quiet; then
148+
git -C .stage/homebrew-icey config user.name "github-actions[bot]"
149+
git -C .stage/homebrew-icey config user.email "41898282+github-actions[bot]@users.noreply.github.com"
150+
git -C .stage/homebrew-icey add Formula/icey-server.rb
151+
if git -C .stage/homebrew-icey diff --cached --quiet; then
152152
exit 0
153153
fi
154-
git -C .stage/homebrew-0state commit -m "icey-server ${{ needs.build-manifests.outputs.cli_version }}"
155-
git -C .stage/homebrew-0state push
154+
git -C .stage/homebrew-icey commit -m "icey-server ${{ needs.build-manifests.outputs.cli_version }}"
155+
git -C .stage/homebrew-icey push
156156
157157
publish-apt-repo:
158158
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)