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:
|
steps:
|
||||||
- name: Check out code into the Go module directory
|
- name: Check out code into the Go module directory
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Latest tag
|
- name: Latest tag
|
||||||
uses: EndBug/latest-tag@v1.4.0
|
uses: EndBug/latest-tag@v1.4.0
|
||||||
with:
|
with:
|
||||||
description: latest master branch builds
|
description: latest master branch builds
|
||||||
tag-name: latest
|
tag-name: latest
|
||||||
|
|
Loading…
Reference in a new issue