From aecc4719da68d7433e8fd2df366ca5fc76b665f5 Mon Sep 17 00:00:00 2001 From: devlooped-bot Date: Tue, 3 Sep 2024 03:56:17 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20files=20with=20dotn?= =?UTF-8?q?et-file=20sync=20#=20devlooped/oss?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Allow per-repo publish agent OS var, and non-nuget.org prereleases https://github.com/devlooped/oss/commit/0345b45 --- .github/workflows/publish.yml | 4 ++-- .netconfig | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ca54c5dec..2bfe1b3fd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -45,7 +45,7 @@ jobs: env: NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }} if: ${{ env.NUGET_API_KEY != '' && github.event.action != 'prereleased' }} - run: dotnet nuget push ./bin/**/*.nupkg -s https://api.nuget.org/v3/index.json -k ${{secrets.NUGET_API_KEY}} --skip-duplicate + run: dotnet nuget push ./bin/*.nupkg -s https://api.nuget.org/v3/index.json -k ${{secrets.NUGET_API_KEY}} --skip-duplicate - name: 🚀 sleet env: @@ -53,4 +53,4 @@ jobs: if: env.SLEET_CONNECTION != '' run: | dotnet tool install -g --version 4.0.18 sleet - sleet push bin --config none -f --verbose -p "SLEET_FEED_CONTAINER=nuget" -p "SLEET_FEED_CONNECTIONSTRING=${{ secrets.SLEET_CONNECTION }}" -p "SLEET_FEED_TYPE=azure" || echo "No packages found" \ No newline at end of file + sleet push bin --config none -f --verbose -p "SLEET_FEED_CONTAINER=nuget" -p "SLEET_FEED_CONNECTIONSTRING=${{ secrets.SLEET_CONNECTION }}" -p "SLEET_FEED_TYPE=azure" || echo "No packages found" diff --git a/.netconfig b/.netconfig index 79114c2fd..41a1588c6 100644 --- a/.netconfig +++ b/.netconfig @@ -63,8 +63,8 @@ weak [file ".github/workflows/publish.yml"] url = https://github.com/devlooped/oss/blob/main/.github/workflows/publish.yml - sha = b5bb972199aa6ff220dda196588b23c21bb2780f - etag = 5a85d51e8c6cc6fbda43e12b3712a1e908a8e99b0908c4033ac9f4c66e5f233e + sha = 0345b45183b708b5b2f3452614652a3df01dfdc9 + etag = 5b5a35d93eaeb5f89bcb6fa423ee972f0ccd57b8921976232389f6861ffc463e weak [file ".gitignore"] url = https://github.com/devlooped/oss/blob/main/.gitignore