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