From fda1438555e7291c8771107fa28654119606e679 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6khan=20Sar=C4=B1?= Date: Sun, 25 Jul 2021 01:34:40 +0300 Subject: [PATCH] Bump version to 0.4.1 --- README.md | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8148aa1..c9631d3 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ steps: - name: Your previous build steps - name: Notify discord - uses: th0th/notify-discord@v0.4.0 + uses: th0th/notify-discord@v0.4.1 if: ${{ always() }} env: DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }} diff --git a/action.yml b/action.yml index ae37a44..943b90a 100644 --- a/action.yml +++ b/action.yml @@ -6,4 +6,4 @@ branding: color: blue runs: using: docker - image: docker://ghcr.io/th0th/notify-discord:0.4 + image: docker://ghcr.io/th0th/notify-discord:0.4.1