There are two ways to create a new release: 1) creating a new tag in the git cli and pushing it and 2) using the github ui to create a new release, which also creates a new tag.
- works and is tested.
- does not work. The github action tries to create a new release but fails because the release with that tag already exists.
Fix: use a github action to upload the assets to the release which supports modifying a release if it already exists.
There are two ways to create a new release: 1) creating a new tag in the git cli and pushing it and 2) using the github ui to create a new release, which also creates a new tag.
Fix: use a github action to upload the assets to the release which supports modifying a release if it already exists.