Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
frkri committed Mar 5, 2024
1 parent 267e36a commit 5de6e5e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
file_pattern: "Cargo.toml Cargo.lock"

add-release-assets:
name: Add Release assets ${{ matrix.target }}
name: Release assets ${{ matrix.target }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand All @@ -47,6 +47,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Cache
uses: Swatinem/rust-cache@v2

- name: Bump version in Cargo.toml and Cargo.lock
run: |
sed -i "s/^version = \".*\"/version = \"${TAG_VERSION:1}\"/" Cargo.toml
Expand Down

0 comments on commit 5de6e5e

Please sign in to comment.