Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Aug 8, 2024
1 parent b9e6d03 commit 7926f6e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,20 @@ jobs:
args: release --clean --config .goreleaser.4.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Notify success
uses: rjstone/discord-webhook-notify@v1
if: success()
with:
severity: info
details: New nightly build available!
webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}
- name: Notify failure
uses: rjstone/discord-webhook-notify@v1
if: failure()
with:
severity: error
details: Nightly failed
webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}
# parse artifacts to the format required for image attestation
# - run: |
# echo "digest=$(echo "$ARTIFACTS" | jq -r '.[]|select(.type=="Docker Manifest")|select(.name|test(":v"))|.extra.Digest')" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 7926f6e

Please sign in to comment.