Skip to content

Commit

Permalink
Fix semver
Browse files Browse the repository at this point in the history
  • Loading branch information
dickwolff authored Feb 1, 2024
1 parent 8b0018a commit 30ebe1f
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,18 @@ on:
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: GitTools
uses: GitTools/[email protected]

steps:
- name: Install GitVersion
uses: gittools/actions/gitversion/[email protected]
with:
versionSpec: '5.x'

- name: Run GitVersion
uses: gittools/actions/gitversion/[email protected]
#with:
#useConfigFile: true
#configFilePath: GitVersion.yml

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

Expand Down

0 comments on commit 30ebe1f

Please sign in to comment.