Skip to content

Commit

Permalink
use v7 instead of 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jodeleeuw committed Jun 6, 2024
1 parent a85fba0 commit 46d0c9b
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 @@ -31,7 +31,7 @@ jobs:
run: echo "version=$(node -p "require('./packages/jspsych/package.json').version")" >> "$GITHUB_ENV"

- name: Select only major version
run: echo "version_major=${{ env.version }}" | awk -F. '{print $1"."x}' >> "$GITHUB_ENV"
run: echo "version_major=${{ env.version }}" | awk -F. '{print "v"$1}' >> "$GITHUB_ENV"

- name: Config git
run: |
Expand Down

0 comments on commit 46d0c9b

Please sign in to comment.