Skip to content

Commit

Permalink
testing release fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mbtaylor1982 committed Nov 17, 2024
1 parent 001700f commit 79e7a7a
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,10 @@ jobs:
kicad_outputs:
uses: ./.github/workflows/kicad.yml
build_firmware:
runs-on: ubuntu-latest
steps:
- name: test
uses: ./.github/workflows/build.yml
with:
version: ${{ github.ref_name }}
use_version: 'true'
uses: ./.github/workflows/build.yml
with:
version: 'v1.0'
use_version: 'true'
create_release:
needs: [kicad_outputs, build_firmware]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 79e7a7a

Please sign in to comment.