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 }}