Browse Source

Update auto_tag.yml

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

2
.github/workflows/auto_tag.yml

@ -9,6 +9,8 @@ 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:

Loading…
Cancel
Save