From e0417d32351d6e2e39f53f50c962ec716c901f93 Mon Sep 17 00:00:00 2001 From: zznty <94796179+zznty@users.noreply.github.com> Date: Fri, 14 Apr 2023 11:15:57 +0700 Subject: [PATCH] breaking: bump to v2 lmao --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index abe3cb9..0f4398c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -18,10 +18,12 @@ jobs: with: ref: ${{ github.head_ref }} fetch-depth: 0 + - uses: actions/setup-dotnet@v3 name: Setup dotnet with: dotnet-version: '7.0.x' + - name: Add Gh Packages Nuget Source run: dotnet nuget add source "https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json" --username ${{ github.actor }} --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github - name: Restore dependencies