Skip to content

Commit

Permalink
feat: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mbret committed Feb 23, 2024
1 parent 1ba9669 commit 4d801fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/_deploy-vercel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: deploy-vercel
on:
workflow_call:
secrets:
VERCEL_TOKEN:
required: true
VERCEL_ORG_ID:
required: true
VERCEL_PROJECT_ID:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/web-publish-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "master"

jobs:
web-bump-version:
bump-version:
name: "Bump Version on master"
runs-on: ubuntu-latest

Expand All @@ -33,7 +33,9 @@ jobs:
run: echo "new tag $NEW_TAG"

deploy-vercel:
need: [bump-version]
uses: ./.github/workflows/_deploy-vercel.yml
secrets:
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}

0 comments on commit 4d801fe

Please sign in to comment.