Update .gitea /workflows/publish-nuget.yml
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user