serverless / github-action

:zap::octocat: A Github Action for deploying with the Serverless Framework
Apache License 2.0
662 stars 173 forks source link

Push latest version to Market Place #54

Open anjali89r opened 3 years ago

anjali89r commented 3 years ago

Github marketplace still shows only 1.53 version available in the marketplace. How can I access the latest version of serverless github action?

DavideViolante commented 3 years ago

If you use the example in the readme you are going to use the master branch instead of the tag version: uses: serverless/github-action@master edit: I recommend to use @v1 @v2 or @v3 instead of @master

I'm currently not able to change the marketplace for this action, I think only @dschep can.

dschep commented 3 years ago

Publishing to the marketplace is done via releases. It looks like you just need to check a box when you make the releases @DavideViolante. I don't have any perms in this repo, so I can't do it. If only I can create the market releases for some reason, github support will probably be needed as the action is effectively orphaned since no-one can publish both releases in this repo & marketplaces releases. https://docs.github.com/en/actions/creating-actions/publishing-actions-in-github-marketplace#publishing-an-action

DavideViolante commented 3 years ago

There is no checkbox for me when creating a new release. I've the checkbox on my own repos only.

dschep commented 3 years ago

Sounds like a problem for Github Support. I don't have the ability to make releases (and don't want it).

boldandbusted commented 3 years ago

It looks like releases have been made, so should this Issue stay open? :)

dschep commented 3 years ago

@boldandbusted only on this repo, not in the marketplace. That's still at 1.53.0: https://github.com/marketplace/actions/serverless

boldandbusted commented 3 years ago

@boldandbusted only on this repo, not in the marketplace. That's still at 1.53.0: https://github.com/marketplace/actions/serverless

Ah, yes, my bad. Thank you.

DavideViolante commented 3 years ago

I think that only the owner of the repo can publish to the marketplace.

georgeboot commented 3 years ago

If I'm not mistaking, publishing to the marketplace should also have the benefit of not having to build the image on each run, since your action will use a cached version from marketplace, which will essentially speed things up.

Dilven commented 3 years ago

any updates?

memark commented 2 years ago

Any updates?

DavideViolante commented 2 years ago

@dschep can you please check if you can push this tag to the marketplace? As I said it seems like contributors don't have access to push to the marketplace, only you have. Thanks.

dschep commented 2 years ago

@DavideViolante nothing has changed since 2021. I don't have permissions to do that (your link redirects me to https://github.com/). I still recommend contacting github support. cc @jeremydaly @ac360