We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e9015f commit 481e4d2Copy full SHA for 481e4d2
.github/workflows/release.yml
@@ -72,5 +72,7 @@ jobs:
72
uses: actions/checkout@v3
73
- name: Login
74
run: particle login --token ${{ secrets.PARTICLE_TOKEN }}
75
+ timeout-minutes: 1
76
- name: Publish
77
run: bash -eux extras/scripts/publish-particle-library.sh
78
+ timeout-minutes: 5
0 commit comments