Skip to content

Commit b2cf004

Browse files
committed
fixup
1 parent 1a07183 commit b2cf004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
# if so, we're in the staging environment (i.e. running in CI on merge into `main`)
196196
# otherwise it's running in CI on a PR event, meaning development environment
197197
# 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 }}
198+
ENVIRONMENT: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && 'staging' || 'development' }}
199199
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
200200
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
201201

0 commit comments

Comments
 (0)