Skip to content

Commit

Permalink
Fix vscode/pypi plugin versions (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
dinvlad authored Apr 19, 2024
1 parent d98769e commit 1ccfd79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-vscode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
- name: Publish
if: github.event_name == 'release'
run: npm version ${{ github.ref_name }} &&
npm run vsce publish -p ${{ secrets.VSCE_TOKEN }}
npm run vsce publish -p ${{ secrets.VSCE_TOKEN }} ${{ github.ref_name }}
3 changes: 3 additions & 0 deletions server/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
'tests',
],
),
setup_requires=[
'setuptools_scm',
],
use_scm_version={
'root': '..',
'relative_to': __file__,
Expand Down

0 comments on commit 1ccfd79

Please sign in to comment.