From a26c69db118d88dfa0b031ae508da21d449c9ce4 Mon Sep 17 00:00:00 2001 From: algosketch Date: Fri, 3 Dec 2021 22:23:58 +0900 Subject: [PATCH] Update blank.yml --- .github/workflows/blank.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 365c8f1f..17ca52d8 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -12,7 +12,7 @@ jobs: id: tag_version uses: mathieudutour/github-tag-action@v5.5 with: - github_token: ${{ secret.GITHUB_TOKEN }} + github_token: ${{ secrets.GITHUB_TOKEN }} - name: Create A GitHub release uses: actions/create-release@v1 env: