|
@@ -15,7 +15,7 @@ jobs:
|
|
|
deploy:
|
|
deploy:
|
|
|
runs-on: ubuntu-latest
|
|
runs-on: ubuntu-latest
|
|
|
env:
|
|
env:
|
|
|
- VERCEL_ENV: ${{ github.ref_name == 'minor' && 'minor' || github.ref_name == 'major' && 'major' || 'production' }}
|
|
|
|
|
|
|
+ VERCEL_ENV: ${{ github.ref_name == 'minor' && 'development' || github.ref_name == 'major' && 'major' || 'production' }}
|
|
|
steps:
|
|
steps:
|
|
|
- name: Checkout repository
|
|
- name: Checkout repository
|
|
|
uses: actions/checkout@v4
|
|
uses: actions/checkout@v4
|