From 19e06cd1db44c8078067080c76f67b75e0abdbd9 Mon Sep 17 00:00:00 2001 From: Matt Bishop Date: Thu, 12 Sep 2024 15:50:03 -0400 Subject: [PATCH] Use corresponding workflow changes and rename to GHPR as that's what we're using --- .github/workflows/publish.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0ddceb9..f4e9e51 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -69,18 +69,16 @@ jobs: strategy: matrix: environment: - - nuget - exclude: - - environment: ${{ github.event_name != 'release' && 'nuget' }} + - ghpr steps: - name: Dispatch deployment env: GITHUB_TOKEN: ${{ secrets.DEPLOYMENT_GITHUB_TOKEN }} run: > - gh workflow run deploy-dotnet-extensions + gh workflow run deploy-nuget --repo bitwarden/devops - --field repository=${{ github.repository }} + --field repository=${{ github.event.repository.name }} --field run-id=${{ github.run_id }} --field artifact=packages --field environment=${{ matrix.environment }}