Skip to content

Commit

Permalink
Update stable-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GGG-KILLER authored Sep 27, 2024
1 parent 6c0e01c commit 5d3a1d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/stable-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
dotnet-version: |
6.0.x
7.0.x
8.0.x
9.0.x
- name: Install dependencies
run: dotnet restore
Expand Down Expand Up @@ -51,4 +53,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
body_path: LATESTCHANGES.md
prerelease: ${{ contains(github.ref, 'beta') || contains(github.ref, 'alpha') }}
prerelease: ${{ contains(github.ref, 'beta') || contains(github.ref, 'alpha') }}

0 comments on commit 5d3a1d7

Please sign in to comment.