From bb61c47fbae99d5ff0ec8619189a75656adccf79 Mon Sep 17 00:00:00 2001 From: Justin Baur <19896123+justindbaur@users.noreply.github.com> Date: Fri, 6 Dec 2024 09:17:39 -0500 Subject: [PATCH] Remove static comments --- .github/workflows/pack-and-release.yml | 2 -- .github/workflows/start-release.yml | 1 - 2 files changed, 3 deletions(-) diff --git a/.github/workflows/pack-and-release.yml b/.github/workflows/pack-and-release.yml index 887bfcc..db9021f 100644 --- a/.github/workflows/pack-and-release.yml +++ b/.github/workflows/pack-and-release.yml @@ -171,8 +171,6 @@ jobs: console.log(`Upload response: ${uploadResponse.status}`); } - console.log("Finished creating release."); - - name: Bump version uses: bitwarden/dotnet-extensions/.github/workflows/version-bump.yml@main with: diff --git a/.github/workflows/start-release.yml b/.github/workflows/start-release.yml index b300e9f..85645d4 100644 --- a/.github/workflows/start-release.yml +++ b/.github/workflows/start-release.yml @@ -41,7 +41,6 @@ jobs: script: | const packageName = '${{ inputs.package }}'; const currentVersion = '${{ steps.current-version.outputs.VERSION }}'; - console.log("Creating release candidate branch"); // Configure Git await exec.exec(`git config user.name "github-actions"`);