From 5746df75264a4ff88a79d4355d9ffe16e2f74d18 Mon Sep 17 00:00:00 2001 From: gdlcf88 Date: Fri, 17 Jul 2020 01:27:45 +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 36fe730b..cc68f97b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -50,5 +50,5 @@ jobs: - name: add git tag uses: tvdias/github-tagger@v0.0.1 with: - repo-token: "${{ secrets.GITHUB_TOKEN }}" - tag: "${{ steps.getVersion.outputs.first_match }}" \ No newline at end of file + repo-token: ${{ secrets.GITHUB_TOKEN }} + tag: ${{ steps.getVersion.outputs.first_match }} \ No newline at end of file