Skip to content

Commit

Permalink
ci: resume publishing nightly builds from master (dafny-lang#4991)
Browse files Browse the repository at this point in the history
### Description

This PR resumes publishing nightly builds from `master`. (It was
accidentally removed in dafny-lang#4931.)

<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>
  • Loading branch information
alex-chew authored Jan 16, 2024
1 parent 248286d commit 3b8420b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ jobs:
uses: ./.github/workflows/nightly-build-reusable.yml
with:
ref: master
publish-prerelease: true
secrets:
nuget_api_key: ${{ secrets.NUGET_API_KEY }}

0 comments on commit 3b8420b

Please sign in to comment.