I'm a bit confused.
uses: kamranayub/wait-for-netlify-action@2.1.0 does not get found by github actions
uses: kamranayub/wait-for-netlify-action@v2.1.0 does get found, since it's the github tag, but since I didn't check in the build output from my PR, there's no functional difference from the previous version.
Needing to check the NPM key was mentioned, but it seems that it's not updated on npm?
I'm a bit confused.
uses: kamranayub/wait-for-netlify-action@2.1.0does not get found by github actionsuses: kamranayub/wait-for-netlify-action@v2.1.0does get found, since it's the github tag, but since I didn't check in the build output from my PR, there's no functional difference from the previous version.Needing to check the NPM key was mentioned, but it seems that it's not updated on npm?