Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deploy-agent.yaml): fix if condition for deploy_production job
The if condition for the deploy_production job was not properly negated. It was using the incorrect syntax. This commit fixes the if condition by using the correct syntax "!github.event.release.prerelease".
- Loading branch information