SimonAlling / better-sweclockers

Better SweClockers
MIT License
11 stars 4 forks source link

Fix marvinpinto's release action dependency #131

Closed SimonAlling closed 4 years ago

SimonAlling commented 4 years ago

When I tried to release v3.17.0, I ran into these errors:

##[error]marvinpinto/action-automatic-releases/v1.0.0/action.yml (Line: 27, Col: 5): Unexpected value 'decription'
##[error]marvinpinto/action-automatic-releases/v1.0.0/action.yml (Line: 27, Col: 5): Unexpected value 'decription'
##[error]Fail to load marvinpinto/action-automatic-releases/v1.0.0/action.yml

I don't know why the v3.16.0 release worked, because it also used v1.0.0 of marvinpinto's action. ¯\_(ツ)_/¯ But I'm not alone, and @TomerFi might be on to something:

I'm guessing GitHub started validating these action files today or something.

Issue was fixed two weeks ago, but it seems like we're gonna have to go with the latest tag in the absence of a new SemVer release.