From 8d501efa67101ec13d2db125305e99b77c49e0b4 Mon Sep 17 00:00:00 2001 From: michaelamattes <41573722+michaelamattes@users.noreply.github.com> Date: Wed, 28 Aug 2024 12:39:56 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 076d98cd..7ab0c8e2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: - name: calculate next version id: version - uses: patrickjahns/version-drafter-action@v1 + uses: patrickjahns/version-drafter-action@v1.3.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}