From de7afc201544fa4f48904712879cdccc8ca0dd36 Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Wed, 8 Feb 2023 16:51:47 +0100 Subject: [PATCH] Minor improvements in the release workflow --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aa608f45..6a6c7d60 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,6 +50,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} idf: + name: IDF Component Registry runs-on: ubuntu-latest steps: - name: Checkout @@ -62,6 +63,7 @@ jobs: api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }} particle: + name: Particle runs-on: ubuntu-latest steps: - name: Install @@ -71,4 +73,4 @@ jobs: - name: Login run: particle login --token ${{ secrets.PARTICLE_TOKEN }} - name: Publish - run: extras/scripts/publish-particle-library.sh + run: bash -eux extras/scripts/publish-particle-library.sh