We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
semantic-release
--dry-run
1 parent a94ed7e commit eb5195bCopy full SHA for eb5195b
1 file changed
.github/workflows/release.yml
@@ -27,6 +27,6 @@ jobs:
27
run: npm ci
28
29
- name: Release to npm/Github
30
- run: npx semantic-release@25 --dry-run
+ run: npx semantic-release@25
31
env:
32
GITHUB_TOKEN: ${{ secrets.OPENEDX_SEMANTIC_RELEASE_GITHUB_TOKEN }}
0 commit comments