kokororin / vscode-phpfmt

Integrates phpfmt into VS Code
https://marketplace.visualstudio.com/items?itemName=kokororin.vscode-phpfmt
BSD 3-Clause "New" or "Revised" License
130 stars 30 forks source link

Run release workflow on tag push #148

Closed amvanbaren closed 3 months ago

amvanbaren commented 3 months ago

Run release workflow when there's a new release instead of on a fixed schedule.

kokororin commented 3 months ago

I use a cron job to regularly check if driade's phpfmt8 has updates to decide whether to release a new version of vscode-phpfmt. Your changes completely break this design.

amvanbaren commented 3 months ago

Oh I see, but the action still publishes to Open VSX when the MD5 hashes are the same. Like every 30 minutes.

kokororin commented 3 months ago

Fixed in recent commits.