Open anjali89r opened 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.
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
There is no checkbox for me when creating a new release. I've the checkbox on my own repos only.
Sounds like a problem for Github Support. I don't have the ability to make releases (and don't want it).
It looks like releases have been made, so should this Issue stay open? :)
@boldandbusted only on this repo, not in the marketplace. That's still at 1.53.0: https://github.com/marketplace/actions/serverless
@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.
I think that only the owner of the repo can publish to the marketplace.
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.
any updates?
Any updates?
@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.
@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
Github marketplace still shows only 1.53 version available in the marketplace. How can I access the latest version of serverless github action?