diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index d3cfa33..57dd98b 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -152,7 +152,9 @@ jobs: } publish-beta: name: 📢 Publish to beta repository - if: needs.information.outputs.environment == 'beta' + if: | + needs.information.outputs.environment == 'beta' || + needs.information.outputs.environment == 'stable' needs: - information - deploy