Skip to content

Commit

Permalink
Merge pull request #12 from bacpop/release_testing
Browse files Browse the repository at this point in the history
Actually need to remove second version check on tag push
  • Loading branch information
johnlees authored Feb 10, 2023
2 parents b7b5935 + f7ff1f8 commit d83ac94
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,10 @@ env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

jobs:
version-check:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Check version format and availability
run: ./scripts/version_check.sh

build-binaries:
runs-on: ${{ matrix.config.os }}

needs: version-check

name: Release ${{ matrix.config.os }} (${{ matrix.config.toolchain }})

strategy:
Expand Down Expand Up @@ -95,8 +83,6 @@ jobs:
push_crate:
runs-on: ubuntu-latest

needs: version-check

steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit d83ac94

Please sign in to comment.