diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index b3920bc..d80d6fb 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -33,9 +33,9 @@ jobs: echo "Determining build context..." if [[ "${{ github.event_name }}" == "schedule" ]]; then echo "::set-output name=is_nightly::true" - echo "::set-output name=branch_server::3.8.0" - echo "::set-output name=branch_modules::3.8.0" - echo "::set-output name=branch_launcher::3.8.0" + echo "::set-output name=branch_server::3.8.1-DEV" + echo "::set-output name=branch_modules::3.8.1-DEV" + echo "::set-output name=branch_launcher::3.8.1-DEV" else echo "::set-output name=is_nightly::false" fi