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 b363de4 commit b7bc8ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/showversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
id: gitversion # id to later be referenced
uses: gittools/actions/gitversion/execute@v0
with:
overrideconfig: commit-date-format="yyyy-MM-ddTHH:mm:ss-0000"
overrideconfig: commit-date-format="yyyy-MM-ddTHH:mm:ss"
tag-prefix: "v"

- name: Display GitVersion outputs (step output)
Expand All @@ -40,7 +40,9 @@ jobs:
GITDATE=${{ steps.gitversion.outputs.commitDate }}
echo "GITVERSION: ${GITVERSION}"
echo "GITSHA: ${GITSHA}"
echo "GITSHA8: ${GITSHA8}"
echo "GITDATE: ${GITDATE}"
echo ${{ steps.gitversion.outputs }}
- name: Extract metadata (tags, labels) for Docker
id: meta
Expand Down

0 comments on commit b7bc8ba

Please sign in to comment.