Skip to content

Commit

Permalink
fix(deploy): remove zulip release message
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaietta committed Aug 20, 2021
1 parent c02ccbb commit 695f89a
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/pr-release.yml
Expand Up @@ -48,15 +48,3 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Send a stream message
uses: zulip/github-actions-zulip@v1.0.0
if: steps.changesets.outputs.published == 'true'
with:
api-key: ${{ secrets.ZULIP_API_KEY }}
username: ${{ secrets.ZULIP_EMAIL }}
organization-url: 'https://electron-builder.zulipchat.com'
to: 'releases'
topic: 'deployment'
type: 'stream'
content: ${{ steps.changesets.outputs.publishedPackages }}

0 comments on commit 695f89a

Please sign in to comment.