fix missing " mark

(rebased-with-history from commit b47f142270)
This commit is contained in:
Josh de Leeuw 2024-01-14 16:11:50 -05:00 committed by bjoluc
commit 3f9bfcd5a3

View File

@ -26,7 +26,7 @@ jobs:
- name: Get current version - name: Get current version
id: version id: version
run: echo "::set-output name=version::$(node -p "const version = require('./packages/jspsych/package.json').version; const [major, minor] = version.split('.'); return `${major}.${minor}`;") run: echo "::set-output name=version::$(node -p "const version = require('./packages/jspsych/package.json').version; const [major, minor] = version.split('.'); return `${major}.${minor}`;")"
- name: Deploy docs - name: Deploy docs
run: npm run docs:deploy ${{ steps.version.outputs.version }} run: npm run docs:deploy ${{ steps.version.outputs.version }}