From 48afbb5f78d19faa7f2ff8c04cdfefd5be7a55e6 Mon Sep 17 00:00:00 2001 From: Mans Ziesel Date: Sat, 30 Sep 2023 20:26:23 +0200 Subject: [PATCH] release test --- .gitea/workflows/hugo.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/hugo.yaml b/.gitea/workflows/hugo.yaml index 646e744..55cdeda 100644 --- a/.gitea/workflows/hugo.yaml +++ b/.gitea/workflows/hugo.yaml @@ -25,13 +25,13 @@ jobs: - name: Create tarfile run: tar -cf website.tar public - # - name: Create release - # id: create-release - # uses: actions/release-action@main - # with: - # files: |- - # website.tar - # api_key: '${{secrets.RELEASE_TOKEN}}' + - name: Create release + id: create-release + uses: actions/release-action@main + with: + files: |- + website.tar + api_key: '${{secrets.RELEASE_TOKEN}}' # - name: Upload artifacts # uses: actions/upload-artifact@v3