From 3fd164a224f237641db53047505d76f4a9de3a94 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Wed, 17 Feb 2021 01:51:28 -0800 Subject: [PATCH] Delete auto_tag.yml --- .github/workflows/auto_tag.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/auto_tag.yml 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