Skip to content

Commit eb5195b

Browse files
build: enable semantic-release (remove --dry-run) (#202)
1 parent a94ed7e commit eb5195b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
run: npm ci
2828

2929
- name: Release to npm/Github
30-
run: npx semantic-release@25 --dry-run
30+
run: npx semantic-release@25
3131
env:
3232
GITHUB_TOKEN: ${{ secrets.OPENEDX_SEMANTIC_RELEASE_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)