Skip to content

Commit

Permalink
fix: remove unnecessary check for cargo publish (which I dont use)
Browse files Browse the repository at this point in the history
  • Loading branch information
barakplasma authored Jan 14, 2024
1 parent 36d78ab commit cda7870
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
- run: npm install -g shx
- name: Build
run: cargo build --release
- name: Check semver
uses: obi1kenobi/cargo-semver-checks-action@v2
- run: shx cp ./target/release/weather ./target/release/weather_${{matrix.os}}
if: runner.os == 'Linux' || runner.os == 'macOS'
- run: shx cp target/release/weather.exe target/release/weather_windows-latest.exe
Expand Down

0 comments on commit cda7870

Please sign in to comment.