diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index a90c386..acb32fc 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -31,8 +31,8 @@ Provide a clear and concise description of what this PR does: ## 🔗 Related Issues - - + + - diff --git a/.releaserc.json b/.releaserc.json index 2a4761f..dd1f57c 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -70,7 +70,7 @@ { "assets": [ { - "path": "dist/oil-code-${nextRelease.version}.vsix", + "path": "dist/*.vsix", "label": "oil.code VS Code Extension (.vsix)" } ]