Skip to content

Commit

Permalink
fix: Release pipeline trigger (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
hauketoenjes authored Nov 1, 2023
1 parent 7074ef0 commit 5caa11b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: Production Tag Deployment
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}

on:
push:
tags:
- "v*.*.*"
- "*"
jobs:
Deploy-Production:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5caa11b

Please sign in to comment.