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

ceng-228: Add "tag" option for uploading packages #55

Closed BartoszBlizniak closed 1 month ago

BartoszBlizniak commented 1 month ago

What's Changed

Add tags to Github actions functionality:

name: Push Maven
on: push
jobs:
...
        with:
          api-key: ${{ secrets.CLOUDSMITH_API_KEY }}
          command: "push"
          format: "maven"
           ....
          tags: "tag1, tag2, tag3"