浏览代码

ci: unify name to web equivalent workflow

see jellyfin/jellyfin-web#2897 for reference
h1dden-da3m0n 3 年之前
父节点
当前提交
25fc8a1c93
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/repo-bump-version.yaml

+ 2 - 2
.github/workflows/auto-bump_version.yml → .github/workflows/repo-bump-version.yaml

@@ -1,4 +1,4 @@
-name: Auto bump_version
+name: '🆙 Auto bump_version'
 
 on:
   release:
@@ -30,7 +30,7 @@ jobs:
       - name: Setup YQ
         uses: chrisdickinson/setup-yq@latest
         with:
-          yq-version: v4.9.6
+          yq-version: v4.9.8
 
       - name: Checkout Repository
         uses: actions/checkout@v2