Skip to content

test

test #27

Workflow file for this run

name: test
on:
workflow_dispatch:
inputs:
force_version:
description: 'Version (force)'
required: false
type: string
push:
branches:
- test
jobs:
call-workflow:
name: "Publish nuget matrix (test)"
uses: dannoe/ALC-analyzer-dlls/.github/workflows/publish_nuget_matrix.yml@test
with:
NUGET_SOURCE: ${{ vars.NUGET_STAGING_SOURCE }}
FORCE_VERSION: ${{ inputs.force_version }}
secrets:
NUGET_APIKEY: ${{ secrets.NUGET_STAGING_APIKEY }}