diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 334c3e99e..72b2a9b02 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,6 +8,10 @@ on: permissions: contents: write +concurrency: + group: release-${{ github.ref_name }} + cancel-in-progress: true + jobs: release: runs-on: ${{ matrix.os }} @@ -257,7 +261,7 @@ jobs: fi - name: Upload Release Assets - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: tag_name: ${{ github.ref_name }} name: CC Switch ${{ github.ref_name }} diff --git a/.gitignore b/.gitignore index 2ce1d4857..8c403ad7f 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ release/ .npmrc CLAUDE.md AGENTS.md +docs/