mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Delete auto_tag.yml
This commit is contained in:
parent
a657d09879
commit
3fd164a224
19
.github/workflows/auto_tag.yml
vendored
19
.github/workflows/auto_tag.yml
vendored
|
@ -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
|
|
Loading…
Reference in a new issue