Skip to content

Commit

Permalink
Workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshClose committed Jan 23, 2024
1 parent ad1236e commit 029e3e3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/git-version.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Check Git Version
on:
workflow_dispatch:
jobs:
publish:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Git Semantic Version
id: gitversion
uses: PaulHatch/[email protected]
with:
tag_prefix: ""
2 changes: 0 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: Publish NuGet Package
on:
push:
tags: ["*"]
workflow_dispatch:
jobs:
publish:
Expand Down

0 comments on commit 029e3e3

Please sign in to comment.