From f111227caff70bef8da28d191607471a97e36d59 Mon Sep 17 00:00:00 2001 From: Morty Space Date: Sun, 15 May 2022 16:21:41 +0200 Subject: [PATCH] feature: Auto release --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5b46918..d89d65a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -94,7 +94,7 @@ jobs: - name: Release env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - REPOSITORY_USERNAME: __token__ + REPOSITORY_USERNAME: '__token__' REPOSITORY_PASSWORD: ${{ secrets.REPOSITORY_PASSWORD }} run: | pip install python-semantic-release