ad-m / github-push-action

GitHub actions to push back to repository eg. updated code
MIT License
1.21k stars 229 forks source link

Release new version? #162

Closed siddharthvp closed 1 year ago

siddharthvp commented 1 year ago

Can a new version be released? Then, users wouldn't be forced to use @master version of the action to avoid the bug fixed in this commit: https://github.com/ad-m/github-push-action/commit/6defe3bd9f0a0846636a7d99ab96ccc75f2c858b.

ZPascal commented 1 year ago

Hi @siddharthvp, you are aware that you can also use the checkout@v3 action to mitigate the issue. I've already opened an PR to roll out a solution to create the new versions on a smother way, but I'm still waiting for a review.

ZPascal commented 1 year ago

FYI: @siddharthvp I've manually released two new versions. v0.7.0 uses Node16 and v0.8.0 Node20 as JS runtime.