Skip to content

Commit

Permalink
chore: fix merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Jul 22, 2024
1 parent c652b48 commit ba92195
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ jobs:
uses: avantipoint/workflow-templates/.github/workflows/deploy-nuget.yml@v1
needs: generate-consolidated-artifacts
if: ${{ github.event_name == 'push' }}
environment: NuGet
with:
name: Deploy Commercial Plus
secrets:
Expand Down
13 changes: 0 additions & 13 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,7 @@ jobs:
apiKey: ${{ secrets.IN_HOUSE_API_KEY }}

publish-commercial-plus:
<<<<<<< HEAD
uses: avantipoint/workflow-templates/.github/workflows/deploy-nuget-from-release.yml@v1
secrets:
feedUrl: ${{ secrets.PRISM_NUGET_FEED }}
apiKey: ${{ secrets.PRISM_NUGET_TOKEN }}
=======
uses: avantipoint/workflow-templates/.github/workflows/deploy-nuget-from-release.yml@master
environment: NuGet
secrets:
feedUrl: ${{ secrets.PRISM_NUGET_FEED }}
apiKey: ${{ secrets.PRISM_NUGET_TOKEN }}

publish-nuget:
uses: avantipoint/workflow-templates/.github/workflows/deploy-nuget-from-release.yml@master
secrets:
apiKey: ${{ secrets.NUGET_API_KEY }}
>>>>>>> 919a2209 (ci: remove SponsorConnect)

0 comments on commit ba92195

Please sign in to comment.