aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/auto_tag.yml19
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