Skip to content

Commit 1a8bf90

Browse files
authored
fix: typo (#273)
Co-authored-by: Luis Moreno <morenol@users.noreply.github.com>
1 parent bdda9c9 commit 1a8bf90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sdf-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- name: set SDF_VERSION
1515
run: |
16-
SDF_VERSION=$(cat ./sdf/VERSION_SDF)
16+
SDF_VERSION=$(cat ./sdf/SDF_VERSION)
1717
echo SDF_VERSION $SDF_VERSION
1818
echo "SDF_VERSION=${SDF_VERSION}" >> $GITHUB_ENV
1919
- name: install dependencies

0 commit comments

Comments
 (0)