From acd96a8804da07e0ab0163afddf36c46a0f92eb7 Mon Sep 17 00:00:00 2001 From: gdlcf88 Date: Fri, 17 Jul 2020 01:13:55 +0800 Subject: [PATCH] Fix publish.yml --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2a7b1b31..a11dd597 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -50,5 +50,5 @@ jobs: - name: add git tag uses: Klemensas/action-autotag@stable with: - version: ${{ steps.getVersion.outputs.first_match }} - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + version: ${{ steps.getVersion.outputs.first_match }} \ No newline at end of file