Skip to content

Commit

Permalink
Update tag.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
boaz-codota committed Oct 26, 2020
1 parent a544de1 commit 3e78361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ jobs:
asset_path: ./tabnine-vscode-${{ steps.package-version.outputs.current-version }}.vsix
asset_content_type: application/octet-stream
- name: Publish
run: npm vsce:publish -- ${{ steps.package-version.outputs.current-version }}
run: npm run vsce:publish -- ${{ steps.package-version.outputs.current-version }}
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}

0 comments on commit 3e78361

Please sign in to comment.