dprint / check

GitHub action for running `dprint check`.
16 stars 3 forks source link

error resolving plugin - 404 #8

Closed delta1 closed 2 years ago

delta1 commented 2 years ago

Heya, this action has started failing with the following error

Error resolving plugin https://plugins.dprint.dev/rustfmt-0.6.1.exe-plugin@99b89a0599fd3a63e597e03436862157901f3facae2f0c2fbd0b9f656cdbc2a5: 

Error downloading https://plugins.dprint.dev/rustfmt-0.6.1.exe-plugin@99b89a0599fd3a63e597e03436862157901f3facae2f0c2fbd0b9f656cdbc2a5 - 404 Not Found 

Trying this link does indicate 404

https://plugins.dprint.dev/rustfmt-0.6.1.exe-plugin@99b89a0599fd3a63e597e03436862157901f3facae2f0c2fbd0b9f656cdbc2a5

delta1 commented 2 years ago

Seems to have occurred with the release of 0.31, since 0.30.3 is still working.

dsherret commented 2 years ago

My bad, I made a change in 0.31 and forgot about the old .exe-plugin extensions (nowadays, dprint uses .json). I committed a fix and am doing a release now. Should be fixed in about 15-30 mins.

dsherret commented 2 years ago

Should be fixed now in 0.31.1. Sorry about that again!

delta1 commented 2 years ago

Thanks @dsherret ! Testing now

delta1 commented 2 years ago

Confirmed fixed in 0.31.1