Skip to content

Commit

Permalink
punching the air
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmd5 committed Feb 10, 2024
1 parent a66f682 commit d6359a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ jobs:
- name: Build VSCode extension
run: |
VERSION=$(echo ${{ steps.dotenv.outputs.version }} | sed 's/-.*//')
jq '.version = "$VERSION"' package.json > tmp && mv tmp package.json
jq '.version = "'"$VERSION"'"' package.json > tmp && mv tmp package.json
npm install --global @vscode/vsce
yarn install
vsce package
Expand Down

0 comments on commit d6359a8

Please sign in to comment.