diff --git a/.github/workflows/main-version.yaml b/.github/workflows/main-version.yaml index d880ac2..492dd44 100644 --- a/.github/workflows/main-version.yaml +++ b/.github/workflows/main-version.yaml @@ -1,4 +1,7 @@ name: Version Check and Create Tag +env: + VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }} + VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }} on: push: diff --git a/package.json b/package.json index 21b25d8..e9f8d14 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quefilme", - "version": "0.0.1", + "version": "0.0.2", "private": true, "scripts": { "dev": "next dev",