diff options
author | QMK Bot <hello@qmk.fm> | 2022-10-03 21:52:36 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-10-03 21:52:36 +0000 |
commit | eada9ba7dbd1bcb4b01c58b8d0c137d05b6bfbbd (patch) | |
tree | f1245cca3f96a84eaeadd8e07adff329d83e7ec9 | |
parent | 976f454df0ae44efa1d9f891bddcda42d0e1ee83 (diff) | |
parent | 88046b3ebf2c628abbad501e21ebd99cae8687e4 (diff) |
Merge remote-tracking branch 'origin/master' into develop
-rw-r--r-- | .github/workflows/auto_tag.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/auto_tag.yml b/.github/workflows/auto_tag.yml index b85cd23146..1ec3c39236 100644 --- a/.github/workflows/auto_tag.yml +++ b/.github/workflows/auto_tag.yml @@ -27,7 +27,7 @@ jobs: fetch-depth: 0 - name: Bump version and push tag - uses: anothrNick/github-tag-action@1.50.0 + uses: anothrNick/github-tag-action@1.51.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} DEFAULT_BUMP: 'patch' |