forked from bblanchon/ArduinoJson
Minor improvements in the release workflow
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -50,6 +50,7 @@ jobs:
|
|||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
idf:
|
idf:
|
||||||
|
name: IDF Component Registry
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@ -62,6 +63,7 @@ jobs:
|
|||||||
api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }}
|
api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }}
|
||||||
|
|
||||||
particle:
|
particle:
|
||||||
|
name: Particle
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Install
|
- name: Install
|
||||||
@ -71,4 +73,4 @@ jobs:
|
|||||||
- name: Login
|
- name: Login
|
||||||
run: particle login --token ${{ secrets.PARTICLE_TOKEN }}
|
run: particle login --token ${{ secrets.PARTICLE_TOKEN }}
|
||||||
- name: Publish
|
- name: Publish
|
||||||
run: extras/scripts/publish-particle-library.sh
|
run: bash -eux extras/scripts/publish-particle-library.sh
|
||||||
|
Reference in New Issue
Block a user