diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 748b6f3..5e2d543 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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" diff --git a/package.json b/package.json index 5ec4099..e3f7e46 100644 --- a/package.json +++ b/package.json @@ -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" },