Skip to content

Commit

Permalink
Publishing nightly builds from 4.9 release branch (#5852)
Browse files Browse the repository at this point in the history
### Description
<!-- Is this a user-visible change? Remember to update RELEASE_NOTES.md
-->
<!-- Is this a bug fix for an issue visible in the latest release?
Mention this in the PR details and ensure a patch release is considered
-->

Does exactly what it says on the tin.

### How has this been tested?
<!-- Tests can be added to
`Source/IntegrationTests/TestFiles/LitTests/LitTest/` or to
`Source/*.Test/…` and run with `dotnet test` -->

<small>By submitting this pull request, I confirm that my contribution
is made under the terms of the [MIT
license](https://github.com/dafny-lang/dafny/blob/master/LICENSE.txt).</small>

---------

Co-authored-by: Siva Somayyajula <somayyas@amazon.com>
  • Loading branch information
ssomayyajula and Siva Somayyajula authored Oct 23, 2024
1 parent 77287d8 commit a38e8a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ on:
workflow_dispatch:

jobs:
nightly-build-for-master:
nightly-build-for-4-9:
if: github.repository_owner == 'dafny-lang'
uses: ./.github/workflows/nightly-build-reusable.yml
with:
ref: master
ref: 4.9
publish-prerelease: true
secrets:
nuget_api_key: ${{ secrets.NUGET_API_KEY }}

0 comments on commit a38e8a4

Please # to comment.