Skip to content

Publish production release #28

Publish production release

Publish production release #28

name: Publish production release
on: workflow_dispatch
jobs:
call-workflow-publish-nightly-release:
uses: Yvand/AzureCP/.github/workflows/reusable-build-publish-release.yml@master

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

View workflow run for this annotation

GitHub Actions / Publish production release

Invalid workflow file

The workflow is not valid. .github/workflows/publish-production-release.yml (Line: 5, Col: 11): Secret NUGET_APIKEY is required, but not provided while calling.
with:
project-name: ${{ vars.PROJECT_NAME }}
version-major-minor: ${{ vars.VERSION_MAJOR_MINOR }}
is-production-release: true
secrets:
base64-encoded-signingkey: ${{ secrets.BASE64_ENCODED_SIGNINGKEY }}