We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99287bf commit 02ac526Copy full SHA for 02ac526
.github/workflows/upload_components.yml
@@ -109,6 +109,7 @@ jobs:
109
components/wifi
110
components/wrover-kit
111
namespace: "espp"
112
- version: ${{ github.event.release && github.ref_name || 'git' }}
+ # use old version if this isn't a release for testing
113
+ version: ${{ github.event.release && github.ref_name || 'v0.20.2' }}
114
api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }}
115
dry_run: ${{ github.ref_name != 'main' || github.repository_owner != 'esp-cpp' }}
0 commit comments