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

Wyświetl plik

@ -20,8 +20,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- name: Fetch tags
run: git fetch --tags --force
- name: Pull master with tags
run: git pull --tags origin master
- name: Get current version
run: |