From d89b7e4b42177d6d677e3a8ac76b984a1ada2dd5 Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Fri, 13 Feb 2026 15:21:18 -0500 Subject: [PATCH] feat: enable semantic-release publishing Remove --dry-run flag from release workflow. Dry run verified that OIDC, commit analysis, and version resolution all work correctly. Co-Authored-By: Claude Opus 4.6 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 824ed6d..afb0e0d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,6 +27,6 @@ jobs: run: npm ci - name: Release to npm/Github - run: npx semantic-release@25 --dry-run + run: npx semantic-release@25 env: GITHUB_TOKEN: ${{ secrets.OPENEDX_SEMANTIC_RELEASE_GITHUB_TOKEN }}