Browse Source

indention

pull/1811/head
Chris Lu 4 years ago
committed by GitHub
parent
commit
ca74f64a39
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      .github/workflows/auto_tag.yml

9
.github/workflows/auto_tag.yml

@ -11,8 +11,9 @@ jobs:
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: latest
uses: EndBug/latest-tag@v1.4.0
with:
description: latest master branch builds
tag-name: latest
Loading…
Cancel
Save