Skip to content

Commit

Permalink
feat/add goreleaser job notification
Browse files Browse the repository at this point in the history
  • Loading branch information
Verolop committed Feb 28, 2025
1 parent ee35ee1 commit 633331f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,11 @@ jobs:
GORELEASER_KEY: "${{ secrets.GORELEASER_KEY }}"
GEMFURY_PUSH_TOKEN: "${{ secrets.GEMFURY_PUSH_TOKEN }}"
SNAPCRAFT_STORE_CREDENTIALS: "${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }}"
- name: "Notify Slack of goreleaser status"
if: "always()"
uses: "8398a7/action-slack@v3"
with:
status: "${{ job.status }}"
fields: "repo,commit,author,ref,workflow,job,took"
env:
SLACK_WEBHOOK_URL: "${{ secrets.SLACK_WEBHOOK_URL }}"

0 comments on commit 633331f

Please sign in to comment.