From a71989c46c28f70b32a731c670874cf0d0947679 Mon Sep 17 00:00:00 2001 From: Marya Date: Wed, 3 Jan 2024 18:26:58 +0000 Subject: [PATCH] update --- .github/workflows/create_publish_artifacts.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/create_publish_artifacts.yml b/.github/workflows/create_publish_artifacts.yml index 0b86625d9..cf4ef4688 100644 --- a/.github/workflows/create_publish_artifacts.yml +++ b/.github/workflows/create_publish_artifacts.yml @@ -102,8 +102,6 @@ jobs: - name: Create Release id: create_release uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: ${{ github.ref }} release_name: Release ${{ github.ref }}