Just started adapting to this action (@Robdel12 thanks for the pointer here) and it promptly fails since I used uses: percy/snapshot-action@v0.1.0 from the example and there is no release yet. My suggestion would be to use uses: percy/snapshot-action@master for the time being.
PS: To automate minor and major version releases this action works like a charm.
Nice, thanks for the auto release action. Looks great. 😃
This action isn't quite released yet (just spun this repo up late last night). I'm going to close this up since I'll be releasing in the next hour or so 👍
Just started adapting to this action (@Robdel12 thanks for the pointer here) and it promptly fails since I used
uses: percy/snapshot-action@v0.1.0
from the example and there is no release yet. My suggestion would be to useuses: percy/snapshot-action@master
for the time being.PS: To automate minor and major version releases this action works like a charm.