We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e057fd commit e601ee2Copy full SHA for e601ee2
.github/workflows/test-build.yaml
@@ -74,7 +74,7 @@ jobs:
74
steps:
75
- name: Output version
76
run: |
77
- echo "TESTED_VERSION=$(jq -r '.version' package.json)" > TESTED_VERSION.txt"
+ echo "TESTED_VERSION=$(jq -r '.version' package.json)" > TESTED_VERSION.txt
78
cat TESTED_VERSION.txt
79
- uses: actions/upload-artifact@v4
80
with:
0 commit comments