Skip to content

Commit dae715b

Browse files
committed
chore: Turn off dry run mode
1 parent 582478e commit dae715b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ jobs:
6161
- name: Push to docusaurus
6262
uses: GetStream/push-stream-chat-docusaurus-action@main
6363
with:
64-
target-branch: ${{ github.ref == 'refs/heads/master' && 'staging' || 'staging' }}
64+
target-branch: ${{ github.ref == 'refs/heads/master' && 'production' || 'staging' }}
6565
env:
6666
DOCUSAURUS_GH_TOKEN: ${{ secrets.DOCUSAURUS_GH_TOKEN }}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"prerelease": true
5252
}
5353
],
54-
"dryRun": true,
54+
"dryRun": false,
5555
"plugins": [
5656
[
5757
"@semantic-release/commit-analyzer",
@@ -75,7 +75,7 @@
7575
"@semantic-release/npm",
7676
{
7777
"pkgRoot": "./dist/stream-chat-angular",
78-
"npmPublish": false
78+
"npmPublish": true
7979
}
8080
],
8181
[

0 commit comments

Comments
 (0)