Skip to content

Commit

Permalink
Move into separate job, to avoid running it once for each matrix perm…
Browse files Browse the repository at this point in the history
…utation
  • Loading branch information
MathiasPius committed Nov 13, 2023
1 parent e07c7ab commit 0ac6aef
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,13 @@ jobs:
file_glob: true
overwrite: true

publish:
name: publish crates
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v4

- name: publish library to crates.io
uses: katyo/publish-crates@v2
with:
Expand Down

0 comments on commit 0ac6aef

Please sign in to comment.