We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab1213 commit 1a07183Copy full SHA for 1a07183
.github/workflows/ci.yaml
@@ -195,7 +195,7 @@ jobs:
195
# if so, we're in the staging environment (i.e. running in CI on merge into `main`)
196
# otherwise it's running in CI on a PR event, meaning development environment
197
# Source: https://kevsoft.net/2020/06/10/running-github-action-steps-and-jobs-only-on-push-to-master.html
198
- ENVIRONMENT: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && "staging" || "development" }}
+ ENVIRONMENT: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && staging || development }}
199
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
200
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
201
0 commit comments