From 0abaaaf2eddce7a4fc26d860d050a059cf43f048 Mon Sep 17 00:00:00 2001 From: Ismail Pelaseyed Date: Mon, 9 Mar 2026 13:33:57 +0100 Subject: [PATCH] chore: bump version to v0.1.15 and fix release workflow Delete existing GitHub release before creating a new one to prevent failures on workflow re-runs. Made-with: Cursor --- .github/workflows/release.yml | 5 +++++ Cargo.toml | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 81e4539..2b7b31d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -77,6 +77,11 @@ jobs: with: path: artifacts + - name: Delete existing release if present + run: gh release delete "${{ github.ref_name }}" --yes || true + env: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Create Release run: | gh release create "${{ github.ref_name }}" \ diff --git a/Cargo.toml b/Cargo.toml index 330900a..6111d58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ members = [ ] [workspace.package] -version = "0.1.14" +version = "0.1.15" edition = "2021" authors = ["brin contributors"] license = "MIT" diff --git a/package.json b/package.json index b232f1e..cc2366d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "brin", - "version": "0.1.14", + "version": "0.1.15", "description": "the credit score for context — security scanning for packages, repos, MCP servers, skills, domains and commits", "bin": { "brin": "./bin/brin.js"