Skip to content

OCC-257: Implement custom Package.Build.props file that declares NuGe… #252

OCC-257: Implement custom Package.Build.props file that declares NuGe…

OCC-257: Implement custom Package.Build.props file that declares NuGe… #252

name: Publish to CloudSmith
on:
push:
branches:
- main
jobs:
call-publish-workflow:
uses: Lombiq/GitHub-Actions/.github/workflows/publish-nuget.yml@dev
with:
source: https://nuget.cloudsmith.io/orchardcore/commerce/v3/index.json
publish-version: "USE_GITHUB_RUN_NUMBER"
secrets:
API_KEY: ${{ secrets.CLOUDSMITH_API_KEY }}