#Tags · levlaz/daggerverse

1 messages · Page 1 of 1 (latest)

devout nest
#

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.

  1. Do some work
  2. Git commit my work
  3. Git tag mastodon/v0.x.x
  4. git push
  5. git push --tags
frank hatch
#

you have to also push the commits

#

maybe that's the issue?

#

push --tags only pushes the tags I believe

devout nest
#

I did that too -- sorry I messed up my order haha (just edited)

frank hatch
#

I manually publish in the web ui each time