privacy-scaling-explorations / snark-artifacts

A streamlined mechanism for distributing SNARK artifacts.
https://snark-artifacts.pse.dev
MIT License
4 stars 2 forks source link

ci: ignore error if `latest` git tag doesn't exist #128

Closed sripwoud closed 4 months ago

sripwoud commented 4 months ago

Fix #129 Fix remote ref does not exist error in move-latest-tag.bash script.

Suggested fix is to just ignore that error if the latest tag does not exist yet... and continue to create it the first time.

This will also fix the error seen in the upload-artifacts workflow:
Indeed the upload-artifacts worklow "waits for the release workflow to succeed"... so if release fails, ulpoad-artifacts will fail too.

changeset-bot[bot] commented 4 months ago

⚠️ No Changeset found

Latest commit: ce193b7cca74e7e33a3def551b4ec1349cf7f1c1

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR