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 name: publish-nuget
run-name: ${{ gitea.actor }} is building new Nuget version 🚀 run-name: ${{ gitea.actor }} is building new Nuget version 🚀
on:
push: on: [push] # Triggers the workflow on push events
tags:
- 'v*'
jobs: jobs:
build: build: