Skip to content

Commit 6af4918

Browse files
committed
v0.0.4
1 parent 23ee694 commit 6af4918

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

.github/workflows/update-api.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,16 @@ jobs:
7272
assignees: gameroman
7373
reviewers: gameroman
7474
labels: ci
75+
76+
- name: Notify Discord
77+
if: always()
78+
uses: sarisia/actions-status-discord@eb045afee445dc055c18d3d90bd0f244fd062708 # v1.16.0
79+
with:
80+
webhook: ${{ secrets.DISCORD_WEBHOOK }}
81+
status: ${{ job.status }}
82+
title: "Update API (#${{ github.run_number }})"
83+
description: |
84+
Status: **${{ job.status }}**
85+
Branch: ${{ github.ref_name }}
86+
Trigger: ${{ github.event_name }}
87+
Commit: ${{ github.sha }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lichess/api",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"keywords": [
55
"api",
66
"lichess"

0 commit comments

Comments
 (0)