Skip to content

Commit

Permalink
try using env.versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jodeleeuw committed Jan 14, 2024
1 parent 09ce038 commit 9237de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: echo "version=$(node -p "const version = require('./packages/jspsych/package.json').version; const [major, minor] = version.split('.'); `${major}.${minor}`;")" >> "$GITHUB_ENV"

- name: Deploy docs
run: npm run docs:deploy "$version"
run: npm run docs:deploy ${{ env.version }}

- name: Checkout gh-docs branch
uses: actions/checkout@v2
Expand Down

0 comments on commit 9237de3

Please sign in to comment.