You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yarn publish --non-interactive --registry=https://registry.npmjs.org/ --access public --no-git-tag-version --tag release-candidate
127
131
git checkout .npmrc .yarnrc
128
132
@@ -147,7 +151,7 @@ jobs:
147
151
email: ${{ secrets.ZULIP_EMAIL }}
148
152
organization-url: 'https://hopr.zulipchat.com'
149
153
type: 'stream'
150
-
to: 'HOPRd'
151
-
topic: 'Releases'
154
+
to: 'Products'
155
+
topic: 'main'
152
156
content: |
153
157
I'm thrilled to inform that version **${{ vars.NPM_PACKAGE_NAME }}@${{ steps.changelog.outputs.current_version }}** has been released. See [ChangeLog](https://github.com/${{ github.repository }}/releases/tag/v${{ steps.changelog.outputs.current_version }})
0 commit comments