Skip to content

Commit

Permalink
Remove static comments
Browse files Browse the repository at this point in the history
  • Loading branch information
justindbaur committed Dec 6, 2024
1 parent d0ec729 commit bb61c47
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pack-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/start-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"`);
Expand Down

0 comments on commit bb61c47

Please sign in to comment.