Skip to content

Commit 37981e5

Browse files
authored
Merge pull request #26 from bordeux/hotfix/fix-branch-for-repos
ci: fix branch ref for publishing repos
2 parents a39ac0e + 235e1cc commit 37981e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ jobs:
297297
-H "Authorization: token ${{ secrets.HOMEBREW_TAP_TOKEN }}" \
298298
-H "Accept: application/vnd.github.v3+json" \
299299
https://api.github.com/repos/bordeux/homebrew-tap/actions/workflows/update-formulas.yml/dispatches \
300-
-d '{"ref":"main","inputs":{"project":"tmpltool"}}'
300+
-d '{"ref":"master","inputs":{"project":"tmpltool"}}'
301301
302302
update-apt-repo:
303303
name: Trigger APT Repository Update
@@ -310,4 +310,4 @@ jobs:
310310
-H "Authorization: token ${{ secrets.APT_REPO_TOKEN }}" \
311311
-H "Accept: application/vnd.github.v3+json" \
312312
https://api.github.com/repos/bordeux/apt-repo/actions/workflows/update-repo.yml/dispatches \
313-
-d '{"ref":"main","inputs":{"project":"bordeux/tmpltool"}}'
313+
-d '{"ref":"master","inputs":{"project":"bordeux/tmpltool"}}'

0 commit comments

Comments
 (0)