From 4b0dfbdd794f6244d2976dd4249ebd67ca8413ba Mon Sep 17 00:00:00 2001 From: Corwin Marsh Date: Fri, 24 Apr 2026 12:29:07 -0700 Subject: [PATCH] ci: Updates to prevent errors in release flow --- .github/pull_request_template.md | 4 ++-- .releaserc.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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)" } ]