Skip to content

Commit

Permalink
Remove unused env.STAGE (bad copy/paste)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadorequest committed May 12, 2021
1 parent 4b715b8 commit db3b090
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy-vercel-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ on:
- '!**/*.md' # Exclude all markdown files
- 'stories/**/*.md' # Force include all markdown files within stories (because they're used for storybook)

env:
STAGE: staging

jobs:
# Configures the deployment environment, install dependencies (like node, npm, etc.) that are requirements for the upcoming jobs
# Ex: Necessary to run `yarn deploy`
Expand Down

0 comments on commit db3b090

Please sign in to comment.