From a61e2d5e9b0124067cd74b405a2655152b3bad67 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Thu, 22 Feb 2024 14:06:26 +0000 Subject: [PATCH] Fix git link --- .gitea/workflows/generate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/generate.yaml b/.gitea/workflows/generate.yaml index 9a8f03d..73120fc 100644 --- a/.gitea/workflows/generate.yaml +++ b/.gitea/workflows/generate.yaml @@ -22,7 +22,7 @@ jobs: - name: Create Release if: success() - uses: ncipollo/release-action@v1 + uses: https://github.com/ncipollo/release-action@v1 with: tag: ${{ steps.timestamp.outputs.date }} commit: ${{ steps.timestamp.outputs.date }} \ No newline at end of file