Skip to content

Commit

Permalink
remove commented lines and inadvertant file
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgopack4 committed Jul 23, 2024
1 parent c0fcb66 commit d858341
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 84 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/sourcecode-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,6 @@ jobs:
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
# - name: Setup Go
# uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
# with:
# go-version: ~1.21.5
# - name: Run GoReleaser
# uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
# with:
# distribution: goreleaser-pro
# version: latest
# args: release --clean -f cmd/builder/.goreleaser.yml
# env:
# GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Create Github Release
run: |
gh release create ${{ github.ref_name }} -t ${{ github.ref_name }} -n "### Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/${{ github.ref_name }}"
Expand Down
1 change: 0 additions & 1 deletion cmd/builder/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ before:
hooks:
- go mod download
monorepo:
# tag_prefix: cmd/builder/
dir: cmd/builder
builds:
- flags:
Expand Down
69 changes: 0 additions & 69 deletions cmd/builder/versions.yaml

This file was deleted.

0 comments on commit d858341

Please sign in to comment.