mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
indention
This commit is contained in:
parent
3dd0510ebe
commit
ca74f64a39
9
.github/workflows/auto_tag.yml
vendored
9
.github/workflows/auto_tag.yml
vendored
|
@ -11,8 +11,9 @@ jobs:
|
|||
steps:
|
||||
- name: Check out code into the Go module directory
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Latest tag
|
||||
uses: EndBug/latest-tag@v1.4.0
|
||||
with:
|
||||
description: latest master branch builds
|
||||
tag-name: latest
|
||||
uses: EndBug/latest-tag@v1.4.0
|
||||
with:
|
||||
description: latest master branch builds
|
||||
tag-name: latest
|
||||
|
|
Loading…
Reference in a new issue