Nightly Release of Scala 3 (8c9c0510f69b67e4500d88132e0dd78e7a219f41) #31
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |