Skip to content

Commit

Permalink
Fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescarterbell committed Apr 16, 2024
1 parent 60d6f91 commit 4ce929c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: olegtarasov/[email protected]
id: get_version
- uses: actions/checkout@v4
with:
lfs: ${{ env.use_git_lfs }}
Expand All @@ -33,10 +31,13 @@ jobs:
run: |
cargo test --release --target x86_64-unknown-linux-gnu
- name: Build
- name: Get Dependency
run: |
cargo build --release --target x86_64-unknown-linux-gnu
cargo install cargo-release
- name: Login
run: |
cargo login ${{ secrets.CARGO_TOKEN }}
- name: Publish
run: |
Expand Down

0 comments on commit 4ce929c

Please sign in to comment.