cloudsmith-io / action

Github Action that uses the cloudsmith cli to interact with the Cloudsmith API (pushes, etc)
https://github.com/marketplace/actions/cloudsmith-push
MIT License
14 stars 12 forks source link

Add support for setting tags after push #30

Closed jtojnar closed 1 year ago

jtojnar commented 2 years ago

What's Changed

Passing --tags in extra argument does not work for version:latest for some reason so we need to do that in a separate step.

Fixes: #16

jtojnar commented 2 years ago

@dylwylie the CI seems to pass now.