mirror of
https://github.com/qmk/.github.git
synced 2026-09-07 16:00:17 +02:00
Fix update of latest tag (#13)
This commit is contained in:
@@ -19,6 +19,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
with:
|
||||
fetch-tags: true
|
||||
|
||||
- name: Download binaries
|
||||
if: always() && !cancelled()
|
||||
uses: actions/download-artifact@v4
|
||||
|
||||
Reference in New Issue
Block a user