From 192914ebc27f09adb51fb184fb36346fd8d01a51 Mon Sep 17 00:00:00 2001 From: Sebastian Gumprich Date: Sun, 5 Feb 2023 19:49:10 +0100 Subject: [PATCH] Fix URL in updater --- .github/workflows/updater.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index 6516311..e63b297 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -45,5 +45,5 @@ jobs: title: 'Upgrade to version ${{ env.VERSION }}' body: | Upgrade to v${{ env.VERSION }} - Changelog: https://github.com/invoiceninja/invoiceninja/releases/tag/v${{ env.VERSION }} + Changelog: https://github.com/zyachel/libremdb/releases/tag/v${{ env.VERSION }} draft: false