Skip to content

Commit

Permalink
fix(cli): Error: Process completed with exit code 1.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienrousseau committed Dec 31, 2022
1 parent 93e240c commit 9dda39a
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,6 @@ name: ❯ release
on: [push, pull_request]

jobs:
verify-version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
tag="${GITHUB_REF#refs/tags/}"
package_version="$(cargo read-manifest | jq --raw-output .version)"
echo "Git tag name: ${tag}"
echo "Cargo.toml version: ${package_version}"
test "$tag" == "$package_version"
# Run the tests and create a fresh cache before releasing. Make sure that the
# same code that was tested is what gets released.
test:
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit 9dda39a

Please sign in to comment.