Skip to content

Commit e601ee2

Browse files
committed
ci: fixed typo
1 parent 8e057fd commit e601ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
steps:
7575
- name: Output version
7676
run: |
77-
echo "TESTED_VERSION=$(jq -r '.version' package.json)" > TESTED_VERSION.txt"
77+
echo "TESTED_VERSION=$(jq -r '.version' package.json)" > TESTED_VERSION.txt
7878
cat TESTED_VERSION.txt
7979
- uses: actions/upload-artifact@v4
8080
with:

0 commit comments

Comments
 (0)