diff --git a/.gitea/workflows/build_nightly.yaml b/.gitea/workflows/build_nightly.yaml index 927b63e..2d55905 100644 --- a/.gitea/workflows/build_nightly.yaml +++ b/.gitea/workflows/build_nightly.yaml @@ -28,7 +28,7 @@ jobs: relative_project_path: ./ archive_output: true - name: create release - uses: ncipollo/release-action@1.21.0 + uses: ncipollo/release-action@v1.21.0 with: token: ${{ secrets.GITHUB_TOKEN }} generateReleaseNotes: true