Skip to content

Nightly Release of Scala 3 (f031eab0e6a6a50f95fc7a25c5c3014b3f03fb04) #42

Nightly Release of Scala 3 (f031eab0e6a6a50f95fc7a25c5c3014b3f03fb04)

Nightly Release of Scala 3 (f031eab0e6a6a50f95fc7a25c5c3014b3f03fb04) #42

name: Nightly Release of Scala 3
run-name: Nightly Release of Scala 3 (${{ github.sha }})
on:
workflow_dispatch:
schedule:
- cron: '0 3 * * *' # Every day at 3 AM
jobs:
## TODO: Add the compilation pipeline here
## TODO: Add the test pipeline here
release-maven-artifacts:
# TODO: Add a dependency to the test ad compilation pipeline before releasing
uses: ./.github/workflows/release-maven-artifacts.yml
with:
environment: release-nightly
secrets: inherit