Skip to content

9.0.401 - Preview

9.0.401 - Preview #3

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@master
secrets:
feedUrl: ${{ secrets.IN_HOUSE_NUGET_FEED }}

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

View workflow run for this annotation

GitHub Actions / Publish Prism Release

Invalid workflow file

The workflow is not valid. .github/workflows/publish-release.yml (Line: 11, Col: 16): Invalid secret, feedUrl is not defined in the referenced workflow.

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

View workflow run for this annotation

GitHub Actions / Publish Prism Release

Invalid workflow file

The workflow is not valid. .github/workflows/publish-release.yml (Line: 11, Col: 16): Invalid secret, feedUrl is not defined in the referenced workflow.

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

View workflow run for this annotation

GitHub Actions / Publish Prism Release

Invalid workflow file

The workflow is not valid. .github/workflows/publish-release.yml (Line: 11, Col: 16): Invalid secret, feedUrl is not defined in the referenced workflow.
apiKey: ${{ secrets.IN_HOUSE_API_KEY }}
publish-commercial-plus:
uses: avantipoint/workflow-templates/.github/workflows/deploy-nuget-from-release.yml@master
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 }}
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 }}