We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 097abfe commit b2453baCopy full SHA for b2453ba
1 file changed
.github/workflows/release.yml
@@ -63,7 +63,7 @@ jobs:
63
repository: skidfuscatordev/homebrew-skidfuscator
64
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
65
# Use a branch name where the formula resides, usually 'main'
66
- ref: main
+ ref: master
67
68
- name: Update formula
69
run: |
0 commit comments