Skip to content

Commit

Permalink
fix: update telemetry dataset during release (#1587)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Cadorette authored Mar 8, 2024
1 parent 854bbae commit df0d1f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build Artifacts
env:
HONEYDATASET: ${{ secrets.PROD_HONEYDATASET }}
run: |
make prepare
scripts/release.sh build
Expand Down

0 comments on commit df0d1f1

Please sign in to comment.