Skip to content

Commit

Permalink
fix of npm publish notification (and install options) (#2231)
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Baryshev <[email protected]>
  • Loading branch information
dennybaa authored Apr 25, 2022
1 parent c01f248 commit b336e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm.publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
name: Notify to Mattermost (on incidents)
uses: tferreira/matterfy@releases/v1
with:
type: ${{ job.zksync.result }}
type: ${{ needs.zksync.result }}
job_name: '*Publishing `${{ needs.zksync.outputs.package-name }}@${{ needs.zksync.outputs.package-version }}` ${{ needs.zksync.outputs.status }}*'
icon_emoji: octocat
channel: 'ci-notifications'
Expand Down

0 comments on commit b336e94

Please sign in to comment.