Skip to content

Commit

Permalink
Update showversion.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bbfrederick committed Oct 5, 2023
1 parent a253721 commit 6efa847
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/showversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v5.12.0
uses: gittools/actions/gitversion/setup
with:
versionSpec: '5.x'

Expand All @@ -24,7 +24,7 @@ jobs:

- name: Determine Version
id: gitversion # id to later be referenced
uses: gittools/actions/gitversion/execute@v5.12.0
uses: gittools/actions/gitversion/execute
with:
additionalArguments: config commit-date-format="yyyy-MM-ddTHH:mm:ss-0000"

Expand Down

0 comments on commit 6efa847

Please sign in to comment.