Skip to content

Commit

Permalink
Update ci.yml and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
spitzerd committed Aug 16, 2024
1 parent df0b02e commit 32cb511
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,9 @@ jobs:

- name: "Create GitHub Release"
uses: "softprops/action-gh-release@v0.1.8"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
token: "${{ secrets.VSCODE_LTEX_CREATE_GITHUB_RELEASE_TOKEN }}"
prerelease: "${{ env.VSCODE_LTEX_IS_PRERELEASE }}"
body: "${{ env.VSCODE_LTEX_CHANGELOG }}"
files: "vscode-ltex-${{ env.VSCODE_LTEX_VERSION }}.vsix\nvscode-ltex-${{ env.VSCODE_LTEX_VERSION }}-offline-linux-x64.vsix\nvscode-ltex-${{ env.VSCODE_LTEX_VERSION }}-offline-mac-x64.vsix\nvscode-ltex-${{ env.VSCODE_LTEX_VERSION }}-offline-windows-x64.vsix"
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"Daniel Spitzer"
],
"license": "MPL-2.0",
"homepage": "https://valentjn.github.io/ltex",
"homepage": "https://github.com/ltex-plus/vscode-ltex-plus",
"repository": {
"type": "git",
"url": "https://github.com/valentjn/vscode-ltex"
"url": "https://github.com/ltex-plus/vscode-ltex-plus"
},
"bugs": {
"url": "https://github.com/valentjn/vscode-ltex/issues"
"url": "https://github.com/ltex-plus/vscode-ltex-plus/issues"
},
"qna": "https://github.com/valentjn/vscode-ltex/discussions",
"qna": "https://github.com/ltex-plus/vscode-ltex-plus/discussions",
"engines": {
"vscode": "^1.52.0"
},
Expand Down

0 comments on commit 32cb511

Please sign in to comment.