Skip to content

Commit

Permalink
Reorder build sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
petehayes102 committed Dec 17, 2023
1 parent 89247f7 commit 8b1bbb5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
strategy:
max-parallel: 1
matrix:
name: [protocol, standard, client, server, tools]
name: [standard, protocol, client, server, tools]
include:
- name: protocol
display: protocol
repo: selium-protocol
- name: standard
display: Standard
repo: selium-std
- name: protocol
display: protocol
repo: selium-protocol
- name: client
display: Client
repo: selium
Expand Down

0 comments on commit 8b1bbb5

Please sign in to comment.