qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

commit 354edac63af7a4cbba32bb5658b812d2ae715b42
parent b906e773b04d5b02696fe85c20c56f9535c77b06
Author: Joel Challis <git@zvecr.com>
Date:   Tue, 16 May 2023 06:46:11 +0100

Revert to last known working version (#20967)


Diffstat:
M.github/workflows/auto_tag.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/auto_tag.yml b/.github/workflows/auto_tag.yml @@ -32,7 +32,7 @@ jobs: fetch-depth: 0 - name: Bump version and push tag - uses: anothrNick/github-tag-action@1.65.0 + uses: anothrNick/github-tag-action@1.62.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} DEFAULT_BUMP: 'patch'