We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 582478e commit dae715bCopy full SHA for dae715b
.github/workflows/workflow.yml
@@ -61,6 +61,6 @@ jobs:
61
- name: Push to docusaurus
62
uses: GetStream/push-stream-chat-docusaurus-action@main
63
with:
64
- target-branch: ${{ github.ref == 'refs/heads/master' && 'staging' || 'staging' }}
+ target-branch: ${{ github.ref == 'refs/heads/master' && 'production' || 'staging' }}
65
env:
66
DOCUSAURUS_GH_TOKEN: ${{ secrets.DOCUSAURUS_GH_TOKEN }}
package.json
@@ -51,7 +51,7 @@
51
"prerelease": true
52
}
53
],
54
- "dryRun": true,
+ "dryRun": false,
55
"plugins": [
56
[
57
"@semantic-release/commit-analyzer",
@@ -75,7 +75,7 @@
75
"@semantic-release/npm",
76
{
77
"pkgRoot": "./dist/stream-chat-angular",
78
- "npmPublish": false
+ "npmPublish": true
79
80
81
0 commit comments