Skip to content

Commit 02aa227

Browse files
committed
fix!!
1 parent d7f20d8 commit 02aa227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
git config user.email "[email protected]"
128128
git add ./Formula/skidfuscator.rb
129129
git commit -m "Update Skidfuscator formula to version ${{ steps.extract_version.outputs.version }}"
130-
git push origin HEAD:main
130+
git push origin HEAD:master
131131
else
132132
echo "No changes to commit"
133133
fi

0 commit comments

Comments
 (0)