From 4ccd5833191b7763c0d02f3c9477cf3b655f9b4e Mon Sep 17 00:00:00 2001 From: Fareszr <35614734+fareszr@users.noreply.github.com> Date: Fri, 30 Oct 2020 23:47:01 +0300 Subject: [PATCH] =?UTF-8?q?=D8=AA=D8=B9=D8=AF=D9=8A=D9=84=20=D8=A7=D8=B3?= =?UTF-8?q?=D9=85=20=D8=A7=D9=84=D8=AE=D8=B7=D9=88=D8=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8d711927..84858422 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 # setup python - - name: Set up Python 3.8 + - name: Set up Python 3 uses: actions/setup-python@v2 with: python-version: 3.8