From 3dd0510ebed8f71d2de954c8f9d9fba2c53df6ee Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Wed, 17 Feb 2021 01:34:51 -0800 Subject: Update auto_tag.yml --- .github/workflows/auto_tag.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/auto_tag.yml b/.github/workflows/auto_tag.yml index dc81ffe9e..bb1ac59ce 100644 --- a/.github/workflows/auto_tag.yml +++ b/.github/workflows/auto_tag.yml @@ -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 -- cgit v1.2.3