Kinto / kinto-admin

Kinto Web Administration Console
http://kinto.github.io/kinto-admin/
185 stars 35 forks source link

Fixes github action that could create duplicate release #3157

Closed alexcottner closed 8 months ago

alexcottner commented 8 months ago

This corrects an issue we saw with the v3.0.4 release where a duplicate release draft was made and the artifact was uploaded to the wrong release. When a tag was created from a github release, the $GITHUB_REF variable used the long name, causing the release to not be found. Switched to $GITHUB_REF_NAME.

Example release