Skip to content

ci: remove public push #5

ci: remove public push

ci: remove public push #5

Workflow file for this run

name: Publish Prism Release
on:
release:
types: [published]
jobs:
publish-internal:
uses: avantipoint/workflow-templates/.github/workflows/deploy-nuget-from-release.yml@v1
secrets:
feedUrl: ${{ secrets.IN_HOUSE_NUGET_FEED }}
apiKey: ${{ secrets.IN_HOUSE_API_KEY }}
publish-commercial-plus:
<<<<<<< HEAD

Check failure on line 15 in .github/workflows/publish-release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish-release.yml

Invalid workflow file

You have an error in your yaml syntax on line 15
uses: avantipoint/workflow-templates/.github/workflows/deploy-nuget-from-release.yml@master
=======
uses: avantipoint/workflow-templates/.github/workflows/deploy-nuget-from-release.yml@v1
>>>>>>> f6e48324 (ci: set version for templates)
secrets:
feedUrl: ${{ secrets.PRISM_NUGET_FEED }}
apiKey: ${{ secrets.PRISM_NUGET_TOKEN }}
<<<<<<< HEAD
publish-nuget:
uses: avantipoint/workflow-templates/.github/workflows/deploy-nuget-from-release.yml@v1
secrets:
apiKey: ${{ secrets.NUGET_API_KEY }}
publish-sponsors:
uses: avantipoint/workflow-templates/.github/workflows/deploy-nuget-from-release.yml@master
secrets:
feedUrl: ${{ secrets.SPONSOR_CONNECT_NUGET_FEED }}
apiKey: ${{ secrets.SPONSOR_CONNECT_TOKEN }}
=======
>>>>>>> 1891bfaf (ci: remove public push)