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 029e3e3 commit 39c10d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/git-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: Check Git Version
on:
workflow_dispatch:
jobs:
publish:
git-version:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Git Semantic Version
- name: Check Git Semantic Version
id: gitversion
uses: PaulHatch/[email protected]
with:
Expand Down

0 comments on commit 39c10d0

Please sign in to comment.