#Tags · levlaz/daggerverse
1 messages · Page 1 of 1 (latest)
Somehow things got worse 😂
I pushed an update today and now its says latest version is N/A even though it sees the tags.
Does anyone have a fool proof way to publish? Maybe I am doing somethign wrong. Here is my current workflow.
- Do some work
- Git commit my work
- Git tag mastodon/v0.x.x
git pushgit push --tags
you have to also push the commits
maybe that's the issue?
push --tags only pushes the tags I believe
I did that too -- sorry I messed up my order haha (just edited)
I manually publish in the web ui each time