Skip to content

Commit

Permalink
Merge pull request #4 from DataDog/juli1/fix-release-pipeline
Browse files Browse the repository at this point in the history
Fix release pipeline for the CLI
  • Loading branch information
juli1 authored Jul 7, 2023
2 parents d2bf501 + da4979f commit 2d1caac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
target: ${{ matrix.target }}
if: startsWith(matrix.os, 'ubuntu')
- name: Set the version
run: sed "s/development/$GITHUB_SHA/g" kernel/src/constants.rs > bla && rm core/src/constants.rs && mv bla kernel/src/constants.rs
run: sed "s/development/$GITHUB_SHA/g" kernel/src/constants.rs > bla && rm kernel/src/constants.rs && mv bla kernel/src/constants.rs
- uses: taiki-e/upload-rust-binary-action@v1
with:
# (required) Comma-separated list of binary names (non-extension portion of filename) to build and upload.
Expand Down

0 comments on commit 2d1caac

Please sign in to comment.