Update .gitea/workflows/publish-nuget.yml

This commit is contained in:
2025-12-31 12:42:23 +00:00
parent 75179f6255
commit 881c8def09

View File

@@ -8,17 +8,17 @@ on:
- 'v*'
workflow_dispatch:
# Optional: you can add inputs here to prompt for values when manually triggering
inputs:
notes:
description: 'Notes'
required: true
default: 'Just CI Build'
# inputs:
# notes:
# description: 'Notes'
# required: true
# default: 'Just CI Build'
jobs:
checkout-code:
runs-on: ubuntu-latest # Has Git + Node.js for checkout
steps:
- name: Checkout repository for ${{ github.event.inputs.notes }}
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0 # Needed for version detection if used