Experiment with explicit checkout

This commit is contained in:
Ben Meadors 2023-01-29 19:13:28 -06:00
parent dcd4787f6c
commit a69c2253b5

View file

@ -19,9 +19,11 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Pull master with tags
run: git pull --tags origin master
- name: Checkout master
run: git checkout origin/master
- name: Get current version
run: |