Skip to content

Commit

Permalink
quick fix version substitution
Browse files Browse the repository at this point in the history
  • Loading branch information
chaynabors committed Dec 28, 2023
1 parent 9752d3f commit df7b1ba
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 @@ -25,7 +25,7 @@ jobs:

- name: Set version
shell: bash
run: sed -i '0,/dependencies/ s/version = ".*"/version = "0.3.0"/' Cargo.toml
run: sed -i '0,/dependencies/ s/version = ".*"/version = "${{ github.ref_name }}"/' Cargo.toml

build-and-upload:
name: Build ${{ matrix.name }}
Expand Down

0 comments on commit df7b1ba

Please sign in to comment.