Workflow:
- uses: FirebaseExtended/action-hosting-deploy@v0
Observed behavior:
- Hosting version is created successfully
- Files upload successfully
- Version is finalized successfully
- Site updates correctly
- Action exits with code 1
Error:
FAILED_PRECONDITION
Can't release to
projects/-/sites/slide-cube-3/channels/live:
supplied version
projects/.../versions/xxxxxxxx
is the current active version
Expected behavior:
If the version is already active, the action should either:
- treat it as success, or
- treat it as a no-op deployment,
instead of failing the workflow.
firebase-tools version:
15.22.3
Workflow:
Observed behavior:
Error:
FAILED_PRECONDITION
Can't release to
projects/-/sites/slide-cube-3/channels/live:
supplied version
projects/.../versions/xxxxxxxx
is the current active version
Expected behavior:
If the version is already active, the action should either:
instead of failing the workflow.
firebase-tools version:
15.22.3