Skip to content

Commit

Permalink
Use corresponding workflow changes and rename to GHPR as that's what …
Browse files Browse the repository at this point in the history
…we're using
  • Loading branch information
withinfocus committed Sep 12, 2024
1 parent b1b7a7f commit 19e06cd
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 19e06cd

Please sign in to comment.