Skip to content

Commit

Permalink
fix!!
Browse files Browse the repository at this point in the history
  • Loading branch information
terminalsin committed Dec 7, 2024
1 parent d7f20d8 commit 02aa227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
git config user.email "[email protected]"
git add ./Formula/skidfuscator.rb
git commit -m "Update Skidfuscator formula to version ${{ steps.extract_version.outputs.version }}"
git push origin HEAD:main
git push origin HEAD:master
else
echo "No changes to commit"
fi
Expand Down

0 comments on commit 02aa227

Please sign in to comment.