mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-11-24 19:19:11 +08:00
Update auto_tag.yml
This commit is contained in:
parent
5f39dde894
commit
3dd0510ebe
4
.github/workflows/auto_tag.yml
vendored
4
.github/workflows/auto_tag.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user