-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Action fails if run on a tag push event #82
Comments
I patched the
In case anyone else needs a quick fix. |
The fix for this has been included in v0.8.0 release, thanks for raising the issue and helping with identifying gaps in the project ❤ 🙇 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Github Action fails if run on a tag push event, even with checkout disabled:
The error seems to be in the script here, because
github.event.before
on a tag resolves to00000....
:deploy-action/action.yaml
Line 346 in 1c0c1fe
We are using the
release-please
plugin to push our DAGs to Prod on the back of a tag push. I will work around this for now with custom shell I guess. Would be good if you can fix.The text was updated successfully, but these errors were encountered: