Skip to content

Commit

Permalink
Add missing v to version in docs update (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmawillis authored Sep 13, 2023
1 parent 3f5fbaa commit 0e71e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/updateDocs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ runs:
working-directory: devcycle-docs
run: |
git checkout -b "$BRANCH_NAME"
sed -i "s/const VSCODE_EXTENSION_VERSION = .*/const VSCODE_EXTENSION_VERSION = '${{ inputs.latest_tag }}' \/\/ auto updated by extension release workflow/" docusaurus.config.js
sed -i "s/const VSCODE_EXTENSION_VERSION = .*/const VSCODE_EXTENSION_VERSION = 'v${{ inputs.latest_tag }}' \/\/ auto updated by extension release workflow/" docusaurus.config.js
git add docusaurus.config.js
git commit -m "Update VSCode Extension version to ${{ inputs.latest_tag }}"
Expand Down

0 comments on commit 0e71e9e

Please sign in to comment.