You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.
We have occasionally dealt with botched releases where release-please is confused about which version it is releasing. It attempts to re-release a version that has been released. For the most part this is side-effect free, but there is at least one exception: release artifacts on the Github release may be changed. And, in the case of our Swift package, this can cause the SHA in Package.swift to no longer match the one on the Github release.
We should remedy this by making sure that we don't re-upload artifacts if a release is already created prior to the release workflow.
The text was updated successfully, but these errors were encountered:
We have occasionally dealt with botched releases where
release-please
is confused about which version it is releasing. It attempts to re-release a version that has been released. For the most part this is side-effect free, but there is at least one exception: release artifacts on the Github release may be changed. And, in the case of our Swift package, this can cause the SHA inPackage.swift
to no longer match the one on the Github release.We should remedy this by making sure that we don't re-upload artifacts if a release is already created prior to the release workflow.
The text was updated successfully, but these errors were encountered: