We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7f20d8 commit 02aa227Copy full SHA for 02aa227
1 file changed
.github/workflows/release.yml
@@ -127,7 +127,7 @@ jobs:
127
git config user.email "github-actions@github.com"
128
git add ./Formula/skidfuscator.rb
129
git commit -m "Update Skidfuscator formula to version ${{ steps.extract_version.outputs.version }}"
130
- git push origin HEAD:main
+ git push origin HEAD:master
131
else
132
echo "No changes to commit"
133
fi
0 commit comments