Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dfrankland committed Aug 15, 2024
1 parent 7bd0ffe commit c0aa112
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Update version
run: |
export VERSION=${{ github.event.inputs.release_tag }}
sed -i "s/0.0.0/$VERSION/g" Cargo.toml
sed -i "s/0.0.0/$VERSION/g" ./cli/Cargo.toml
- name: Build ${{ matrix.target }} target
uses: ./.github/actions/build_target
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Update version
run: |
export VERSION=${{ github.event.inputs.release_tag }}
sed -i '' "s/0.0.0/$VERSION/g" Cargo.toml
sed -i '' "s/0.0.0/$VERSION/g" ./cli/Cargo.toml
- name: Add target
shell: bash
Expand Down

0 comments on commit c0aa112

Please sign in to comment.