Skip to content

Commit

Permalink
updated release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrinal Wahal committed Oct 21, 2021
1 parent d961262 commit 7ae5ce2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
# binary_name: cli
ldflags: -X "github.com/${{ github.repository }}/cmd.Version=${{ env.VERSION }}" -X "github.com/${{ github.repository }}/nhost.REPOSITORY=${{ github.repository }}"

- name: Notify Community
uses: sarisia/actions-status-discord@v1
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}
nodetail: true
title: CLI ${{ env.VERSION }} Realeased
description: Upgrade using `nhost upgrade`
#- name: Notify Community
#uses: sarisia/actions-status-discord@v1
#with:
#webhook: ${{ secrets.DISCORD_WEBHOOK }}
#nodetail: true
#title: CLI ${{ env.VERSION }} Realeased
#description: Upgrade using `nhost upgrade`

0 comments on commit 7ae5ce2

Please sign in to comment.