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
5 additions and
4 deletions
-
.github/workflows/auto_tag.yml
|
@ -11,8 +11,9 @@ jobs: |
|
|
steps: |
|
|
steps: |
|
|
- name: Check out code into the Go module directory |
|
|
- name: Check out code into the Go module directory |
|
|
uses: actions/checkout@v2 |
|
|
uses: actions/checkout@v2 |
|
|
|
|
|
|
|
|
- name: Latest tag |
|
|
- name: Latest tag |
|
|
uses: EndBug/latest-tag@v1.4.0 |
|
|
|
|
|
with: |
|
|
|
|
|
description: latest master branch builds |
|
|
|
|
|
tag-name: latest |
|
|
|
|
|
|
|
|
uses: EndBug/latest-tag@v1.4.0 |
|
|
|
|
|
with: |
|
|
|
|
|
description: latest master branch builds |
|
|
|
|
|
tag-name: latest |