From 32cdd969145d0a7a89bc9e9a16f77ff39dae5985 Mon Sep 17 00:00:00 2001 From: WhyK Date: Sat, 2 Jan 2021 22:13:52 +0900 Subject: [PATCH] Revert "ci: add tag_version echo test" This reverts commit 55879e5ee72b7143fdb38be9924b321ebd4d2d49. --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 91919e7..da0290c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,8 +14,6 @@ jobs: uses: mathieudutour/github-tag-action@v5.1 with: github_token: ${{ secrets.GITHUB_TOKEN }} - - name: echo tag_version - run: echo ${{ steps.tag_version }} - name: Create a GitHub release uses: actions/create-release@v1 env: