We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 539850a commit c5017b2Copy full SHA for c5017b2
.github/workflows/release.yml
@@ -9,7 +9,6 @@ on:
9
10
jobs:
11
nuget:
12
- if: false
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v4
@@ -27,6 +26,7 @@ jobs:
27
26
run: nuget push *.nupkg -Source 'https://api.nuget.org/v3/index.json'
28
29
release-asset:
+ if: github.event_name != 'workflow_dispatch'
30
31
32
0 commit comments