Skip to content

Commit

Permalink
Chore: Set up nightly and prerelease for 4.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelMayer committed Feb 3, 2025
1 parent f862d08 commit 8570e03
Showing 1 changed file 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-9-2:
if: github.repository_owner == 'dafny-lang'
uses: ./.github/workflows/nightly-build-reusable.yml
with:
ref: 4.9.2
publish-prerelease: true
secrets:
nuget_api_key: ${{ secrets.NUGET_API_KEY }}

0 comments on commit 8570e03

Please sign in to comment.