Skip to content

Commit

Permalink
[chore] [CI] Fix automation making a release (#18043)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryax authored Jan 26, 2023
1 parent 432cf71 commit 50b08d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -686,8 +686,7 @@ jobs:
run: ./.github/workflows/scripts/set_release_tag.sh
- name: Create Github Release
run: |
mkdir -p dist/
ghr -t $GITHUB_TOKEN -u open-telemetry -r opentelemetry-collector-contrib --replace $RELEASE_TAG dist/
./.tools/ghr -t $GITHUB_TOKEN -u open-telemetry -r opentelemetry-collector-contrib --replace $RELEASE_TAG
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RELEASE_TAG: ${{ steps.github_tag.outputs.tag }}
Expand Down

0 comments on commit 50b08d2

Please sign in to comment.