Skip to content

Commit

Permalink
chore: fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
justin committed Mar 15, 2022
2 parents 383a041 + f5e644a commit 8a40760
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

discord-notification-npm-package:
name: Discord Notification for publishing npm package
if: always()
if: always() && contains(github.event.release.tag_name, 'multicollateral')
needs: [publish-npm-package]
runs-on: ubuntu-latest
steps:
Expand All @@ -73,7 +73,7 @@ jobs:
args: "**[@perp/v2-sdk: dev1]** @perp/v2-sdk version: **${{ needs.publish-npm-package.outputs.pkg_version }}** published successfully ✅"

- name: issue failure notificaiton
if: needs.publish-npm-package.result != 'success' && contains(github.event.release.tag_name, 'multicollateral')
if: needs.publish-npm-package.result != 'success'
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_RELEASE_WEBHOOK }}
uses: Ilshidur/action-discord@master
Expand Down

0 comments on commit 8a40760

Please sign in to comment.