From 0ac6aef5e71e733cd4af3743043093a70d00704a Mon Sep 17 00:00:00 2001 From: Mathias Pius Date: Mon, 13 Nov 2023 21:49:02 +0100 Subject: [PATCH] Move into separate job, to avoid running it once for each matrix permutation --- .github/workflows/build.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 9147408..c05a3d9 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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: