Skip to content

Commit

Permalink
issue #47: update file name
Browse files Browse the repository at this point in the history
  • Loading branch information
vivalareda committed Dec 12, 2023
1 parent b8d109c commit 16efc6c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/vercel-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

env:
TYPESCRIPT_VERSION: 0.1.1
FILE_PATH: "src/_version.ts"
FILE_PATH: "src/_versions.ts"

jobs:
extract-version:
Expand All @@ -24,6 +24,9 @@ jobs:
id: extract_version
run: node ./scripts/extract-typescript-version.js

- name: print version
run: echo "${{ steps.extract_version.outputs.version }}"

- name: Check Version
run: |
if [ "${{ steps.extract_version.outputs.version }}" != "${{ env.TYPESCRIPT_VERSION }}" ]; then
Expand Down

0 comments on commit 16efc6c

Please sign in to comment.