Skip to content

Commit

Permalink
deploy bool
Browse files Browse the repository at this point in the history
  • Loading branch information
sebllll committed Oct 31, 2024
1 parent e92148e commit 73d734c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,12 @@ jobs:
- name: Setup Nuget.exe
uses: nuget/[email protected]

- name: deploy
if: ${{ github.event.inputs.deploy })
run: echo "actually deploying..."

- name: Publish VL Nuget
if: ${{ github.event.inputs.deploy })
run: echo "Deploying to NuGet..."
uses: vvvv/[email protected]
with:
nuspec: deployment\VL.RichTextKit.nuspec
Expand Down

0 comments on commit 73d734c

Please sign in to comment.