Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dickwolff authored Feb 1, 2024
1 parent 17f9b0c commit dc2820f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
versionSpec: '5.x'

- name: print
run: ls
run: |
echo "aa"
ls
- name: Run GitVersion
uses: gittools/actions/gitversion/[email protected]
Expand Down

0 comments on commit dc2820f

Please sign in to comment.