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