Experiment with explicit checkout

pull/297/head
Ben Meadors 2023-01-29 19:13:28 -06:00
rodzic dcd4787f6c
commit a69c2253b5
1 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -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: |