chore: fix workflow

This commit is contained in:
Stevan Freeborn
2024-07-07 16:50:13 -05:00
parent ddeb6519a2
commit 1de786c27c
+4
View File
@@ -84,6 +84,10 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.ref }}
token: ${{ secrets.ACTIONS_PAT }}
- name: Setup .NET 8
uses: actions/setup-dotnet@v4
with: