diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2021-02-17 01:51:28 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-17 01:51:28 -0800 |
| commit | 3fd164a224f237641db53047505d76f4a9de3a94 (patch) | |
| tree | 1ab2369ee251200d54c2cea93da41c8bbe39784c | |
| parent | a657d0987927aaa1027b01b44bf9b85a0901849b (diff) | |
| download | seaweedfs-3fd164a224f237641db53047505d76f4a9de3a94.tar.xz seaweedfs-3fd164a224f237641db53047505d76f4a9de3a94.zip | |
Delete auto_tag.yml
| -rw-r--r-- | .github/workflows/auto_tag.yml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/.github/workflows/auto_tag.yml b/.github/workflows/auto_tag.yml deleted file mode 100644 index 2f0c2a8e4..000000000 --- a/.github/workflows/auto_tag.yml +++ /dev/null @@ -1,19 +0,0 @@ -# This is a basic workflow to help you get started with Actions - -name: tag - -on: - push: - branches: [ master ] -jobs: - build: - runs-on: ubuntu-latest - 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: dev |
