瀏覽代碼

Bump revision for auto-tagging.

Seems there was an error, but it wasn't failing the actions run.

https://github.com/anothrNick/github-tag-action/releases/tag/1.39.0
Nick Brassel 2 年之前
父節點
當前提交
1e402060a6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/auto_tag.yml

+ 1 - 1
.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.26.0
+      uses: anothrNick/github-tag-action@1.39.0
       env:
         GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
         DEFAULT_BUMP: 'patch'