diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2021-02-17 01:34:51 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-17 01:34:51 -0800 |
| commit | 3dd0510ebed8f71d2de954c8f9d9fba2c53df6ee (patch) | |
| tree | b7d461b3545561fe792ac3f4d65a61bebe1477cd | |
| parent | 5f39dde8940d9c57509fedbf7a9a3dd25e3ab6df (diff) | |
| download | seaweedfs-3dd0510ebed8f71d2de954c8f9d9fba2c53df6ee.tar.xz seaweedfs-3dd0510ebed8f71d2de954c8f9d9fba2c53df6ee.zip | |
Update auto_tag.yml
| -rw-r--r-- | .github/workflows/auto_tag.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/auto_tag.yml b/.github/workflows/auto_tag.yml index dc81ffe9e..bb1ac59ce 100644 --- a/.github/workflows/auto_tag.yml +++ b/.github/workflows/auto_tag.yml @@ -9,7 +9,9 @@ jobs: build: runs-on: ubuntu-latest steps: - - name: Latest tag + - 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 |
