ayeressian/bunnycdn-storage-deploy

Action stopped deploying app files

Closed this issue · 3 comments

Seems like the action stopped deploying the build files. It was working fine for a year, and I haven't changed anything in the workflow.
The build step works and builds all the files, it takes a minute to do, but the deployment step takes 0s
image

I looked into the changelog and it doesn't seem any breaking changes were introduced in this action?
Any ideas what could be going on? Maybe related to recent set-output deprecation?

@yaeszlo thank you for bringing this issue up. The problem is incorrect versioning. Unfortunately, I've introduced breaking change in minor release. Please from now on use version v2.0.0. You need to add storagePassword and upload inputs. Please have a look at the updated readme file. Let me know if you still face problems. Thanks!

Thank you for clarification. Using the version from current readme file I get:
image

It's a typo. I've changed the version name to v2.0.0 (without =) and it works