Skip to content

Commit

Permalink
fix: fixed package publishing order
Browse files Browse the repository at this point in the history
  • Loading branch information
adenh93 committed May 2, 2024
1 parent 45e703a commit d944a6a
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,8 +11,11 @@ jobs:
strategy:
max-parallel: 1
matrix:
name: [standard, protocol, client, server, tools, log]
name: [log, standard, protocol, client, server, tools]
include:
- name: log
display: Log
repo: selium-log
- name: standard
display: Standard
repo: selium-std
Expand All @@ -28,9 +31,6 @@ jobs:
- name: tools
display: Tools
repo: selium-tools
- name: log
display: Log
repo: selium-log

runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit d944a6a

Please sign in to comment.