Skip to content

Commit

Permalink
Release steps
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelMayer committed Aug 27, 2024
1 parent 098a538 commit 2d8f49a
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ jobs:
uses: ./.github/workflows/nightly-build-reusable.yml
with:
ref: master
secrets:
nuget_api_key: ${{ secrets.NUGET_API_KEY }}

nightly-build-for-4-8-0:
if: github.repository_owner == 'dafny-lang'
uses: ./.github/workflows/nightly-build-reusable.yml
with:
ref: release-4.8.0
publish-prerelease: true
secrets:
nuget_api_key: ${{ secrets.NUGET_API_KEY }}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Source/DafnyStandardLibraries/binaries/DafnyStandardLibraries.doo
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 2d8f49a

Please sign in to comment.