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"