From ce3a51e41768cc72b31e809132c023c8dc82f703 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joris=20Pelgr=C3=B6m?= Date: Sat, 1 Jul 2023 12:25:21 +0200 Subject: [PATCH] Fix monthly tag (#3628) --- .github/workflows/monthly.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/monthly.yaml b/.github/workflows/monthly.yaml index 4745491a2..edb6270d2 100644 --- a/.github/workflows/monthly.yaml +++ b/.github/workflows/monthly.yaml @@ -18,4 +18,4 @@ jobs: - name: Bump Calendar Version uses: rickstaa/action-create-tag@v1.6.2 with: - tag: ${{ steps.current-time.outputs.month }}.${{ steps.current-time.outputs.month }}.0 + tag: ${{ steps.current-time.outputs.year }}.${{ steps.current-time.outputs.month }}.0