Skip to content

Commit

Permalink
Update release
Browse files Browse the repository at this point in the history
  • Loading branch information
IrishBruse committed Sep 26, 2024
1 parent 008dac6 commit b08152c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/nuget.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
name: Nuget Release

run-name: Release ${{inputs.version}}

on:
workflow_dispatch:
inputs:
version:
description: "Version"
required: true
default: "1.X.X"

default: "1.0.0-beta"
env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
DOTNET_NOLOGO: true
Expand Down

0 comments on commit b08152c

Please sign in to comment.