Skip to content

fix: add package metadata #1

fix: add package metadata

fix: add package metadata #1

Workflow file for this run

name: continuous deployment
on:
workflow_dispatch:
push:
branches: [main]
jobs:
deployment:
uses: ArwynFr/ArwynFr/.github/workflows/deployment/nuget.yaml@main

Check failure on line 10 in .github/workflows/deployment.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/deployment.yaml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
with:
target: ./src
secrets:
NUGET_APIKEY: ${{ secrets.NUGET_APIKEY }}