Update .gitea /workflows/publish-nuget.yml

This commit is contained in:
2025-12-31 09:48:19 +00:00
parent 897d13726a
commit 833c3ea977

View File

@@ -1,9 +1,7 @@
name: publish-nuget
run-name: ${{ gitea.actor }} is building new Nuget version 🚀
on:
push:
tags:
- 'v*'
on: [push] # Triggers the workflow on push events
jobs:
build: