Skip to content

Commit

Permalink
Fix workflows, lol
Browse files Browse the repository at this point in the history
  • Loading branch information
BlossomiShymae committed Dec 6, 2024
1 parent 30451b8 commit 38e1ea2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ jobs:
with:
dotnet-version: 8.0.x
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: release
uses: actions/checkout@v4
- name: Build
run: dotnet build ${{env.PROJECT_NAME}} -c Release
- name: Publish
Expand Down

0 comments on commit 38e1ea2

Please sign in to comment.