grafana / grafana-aws-sdk-react

Apache License 2.0
3 stars 1 forks source link

create github release on new version only #86

Closed kevinwcyu closed 3 months ago

kevinwcyu commented 3 months ago

Fixes: #83

Runs the Create GitHub Release only if the version has changed

kevinwcyu commented 3 months ago

👀 lol what's been happening all this time if not this lol

The github release was trying to create a new tag and release on every merge to main, even if the package.json version was not changed. so errors like this would happen because there isn't a new version and we try to publish a tag v https://github.com/grafana/grafana-aws-sdk-react/blob/54fc2b4424d9a94961a2ccb6c4af9c38a0899541/.github/workflows/publish-npm.yml#L78.