From 0d4640c31fe164d9c8fee4164831492793beb616 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sat, 19 Aug 2023 11:09:04 -0400 Subject: [PATCH] Update mv3.yml --- .github/workflows/mv3.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/mv3.yml b/.github/workflows/mv3.yml index 6f6ef40d8..775f65315 100644 --- a/.github/workflows/mv3.yml +++ b/.github/workflows/mv3.yml @@ -38,13 +38,12 @@ jobs: - name: Create GitHub release id: create_release uses: ncipollo/release-action@v1 - env: - GITHUB_TOKEN: ${{ secrets.PAT }} with: tag: ${{ env.TAGNAME }} owner: uBlockOrigin prerelease: true repo: uBOL-issues + token: ${{ secrets.PAT }} - name: Upload Chromium uBOLite MV3 package uses: actions/upload-release-asset@v1 env: