Skip to content

Commit d0bc330

Browse files
committed
[chore] clean up short_sha
Unclear if this is used anywhere, removing. Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
1 parent f80d8df commit d0bc330

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.github/workflows/base-release.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,6 @@ jobs:
8484
username: ${{ github.repository_owner }}
8585
password: ${{ secrets.GITHUB_TOKEN }}
8686

87-
- shell: bash
88-
run: |
89-
echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
90-
9187
- name: Create artifacts directory to store build artifacts
9288
if: inputs.distribution == 'otelcol-contrib'
9389
run: mkdir -p distributions/otelcol-contrib/artifacts

.github/workflows/builder-release.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@ jobs:
6060
registry: ghcr.io
6161
username: ${{ github.repository_owner }}
6262
password: ${{ secrets.GITHUB_TOKEN }}
63-
- shell: bash
64-
run: |
65-
echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
6663
- name: Run GoReleaser
6764
uses: goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1
6865
with:

0 commit comments

Comments
 (0)