Chris Lu
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
1 deletions
-
.github/workflows/auto_tag.yml
|
@ -9,7 +9,9 @@ jobs: |
|
|
build: |
|
|
build: |
|
|
runs-on: ubuntu-latest |
|
|
runs-on: ubuntu-latest |
|
|
steps: |
|
|
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 |
|
|
uses: EndBug/latest-tag@v1.4.0 |
|
|
with: |
|
|
with: |
|
|
description: latest master branch builds |
|
|
description: latest master branch builds |
|
|