Skip to content

Commit

Permalink
Merge pull request #46 from joshmu/feat_refactor
Browse files Browse the repository at this point in the history
ci: additional logs for versioning
  • Loading branch information
joshmu authored Apr 28, 2024
2 parents c15993c + 08f3069 commit 6f1e064
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-vscode-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,11 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
npm_config_arch: ${{ matrix.npm_config_arch }}
- run: cat package.json | grep version
- run: echo "Packaging version = $RELEASE_VERSION"
- shell: pwsh
run: echo "target=${{ matrix.platform }}-${{ matrix.arch }}" >> $env:GITHUB_ENV
- run: npx vsce package --target ${{ env.target }} ${{ env.RELEASE_VERSION }}
- run: npx vsce package --target ${{ env.target }} $RELEASE_VERSION
- uses: actions/upload-artifact@v4
with:
name: ${{ env.target }}
Expand Down

0 comments on commit 6f1e064

Please sign in to comment.