diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2021-02-17 01:37:06 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-17 01:37:06 -0800 |
| commit | ca74f64a39f4d5f189948190b079de54521e5f4f (patch) | |
| tree | e12853d96b071c7e9811599f4dd77f8a45e99c6d | |
| parent | 3dd0510ebed8f71d2de954c8f9d9fba2c53df6ee (diff) | |
| download | seaweedfs-ca74f64a39f4d5f189948190b079de54521e5f4f.tar.xz seaweedfs-ca74f64a39f4d5f189948190b079de54521e5f4f.zip | |
indention
| -rw-r--r-- | .github/workflows/auto_tag.yml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/.github/workflows/auto_tag.yml b/.github/workflows/auto_tag.yml index bb1ac59ce..f11321b02 100644 --- a/.github/workflows/auto_tag.yml +++ b/.github/workflows/auto_tag.yml @@ -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 |
