Replies: 2 comments 2 replies
-
I don't know of a way to change that date via the GitHub API. I'm not sure exactly sure what their internal logic for it is (might just be when release was first created). |
Beta Was this translation helpful? Give feedback.
2 replies
-
Why matterlabs is blocked me on github please unblock me on github please |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I see several questions around this topic and maybe I've missed the answer, but I'm looking for how to replace a release with an updated one, including the date in GitHub (see screenshot):
![image](https://private-user-images.githubusercontent.com/797824/303161480-fc221fa9-91cf-4128-8fd5-826e4b66a7aa.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2NjI0MzUsIm5iZiI6MTczOTY2MjEzNSwicGF0aCI6Ii83OTc4MjQvMzAzMTYxNDgwLWZjMjIxZmE5LTkxY2YtNDEyOC04ZmQ1LTgyNmU0YjY2YTdhYS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE1JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNVQyMzI4NTVaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1hODdmYzdlZWMzZTU2MzhjN2EwMTlmZmZlOWJkOTNiZmFlYWQ2NDU0OTM5MWM0ODY3YzgyNmZjNzM3NDUxYzBlJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.-n20NvS8LQC0OT9q9rqKawkJ_cohW0T8Y_ur5rXwR0U)
I've managed to get artifacts replaced with newer ones, include the source I believe, by updating the
nightly
tag.The relevant sections of my workflow are:
Do I need to delete the existing
nightly
build in some way is there a way to replace it so I get only new artifacts, new source, and an updated display date? What's the recipe?Beta Was this translation helpful? Give feedback.
All reactions