From 888c0dd43ce69ae667ddb2938d2ef653af6e9f9d Mon Sep 17 00:00:00 2001 From: Yuri Smirnov Date: Fri, 13 Sep 2024 18:55:12 +0300 Subject: [PATCH] remove PUBLISH_JOB env var --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99d5590..c79a619 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,9 +57,6 @@ jobs: id-token: write contents: write - env: - PUBLISH_JOB: true - # Run on push to master branch if: github.event_name == 'push' && github.ref == 'refs/heads/master'