Skip to content

Commit

Permalink
fix: workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
csuvajit committed Oct 25, 2024
1 parent c03e52a commit f0e262e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- main

jobs:
build:
vercel-preview-deployment:
runs-on: ubuntu-latest

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-prod.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Vercel Production Deployment
# name: Vercel Production Deployment

env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
Expand All @@ -10,7 +10,7 @@ on:
- main

jobs:
build:
vercel-production-deployment:
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit f0e262e

Please sign in to comment.