From a38e8a4b20d5681cfcc4bf2902e5ac55d7baf3e4 Mon Sep 17 00:00:00 2001 From: Siva Somayyajula Date: Wed, 23 Oct 2024 13:50:16 -0400 Subject: [PATCH] Publishing nightly builds from 4.9 release branch (#5852) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### Description Does exactly what it says on the tin. ### How has this been tested? 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). --------- Co-authored-by: Siva Somayyajula --- .github/workflows/nightly-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly-build.yml b/.github/workflows/nightly-build.yml index 311a065671..9dafc3d308 100644 --- a/.github/workflows/nightly-build.yml +++ b/.github/workflows/nightly-build.yml @@ -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 }}