serverless / github-action

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

serverless/github-action@v2 #62

Closed hemantfancraze closed 2 years ago

hemantfancraze commented 2 years ago

This is not working ! We have a major release in 1 hour, can't deploy any of services because of this

hemantfancraze commented 2 years ago

I have forked and changed the version for now. Probably will use the forked version from now on.

DavideViolante commented 2 years ago

This does not work?

      uses: serverless/github-action@v2

Try if this works and let me know, thanks:

      uses: serverless/github-action@v2.18.0
DavideViolante commented 2 years ago

It should now be solved, thanks for the issue. I thought the v1 was referring to a tag, but in fact it was referring to a branch. The v2 branch was not existing, so it was not working. I also pushed v3 branch aligned with master for being able to write github-action@v3 (recommended). In general never use the master version of an action or you automatically undergo any breaking change.