Skip to content

Commit 02ac526

Browse files
committed
final upload
1 parent 99287bf commit 02ac526

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/upload_components.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ jobs:
109109
components/wifi
110110
components/wrover-kit
111111
namespace: "espp"
112-
version: ${{ github.event.release && github.ref_name || 'git' }}
112+
# use old version if this isn't a release for testing
113+
version: ${{ github.event.release && github.ref_name || 'v0.20.2' }}
113114
api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }}
114115
dry_run: ${{ github.ref_name != 'main' || github.repository_owner != 'esp-cpp' }}

0 commit comments

Comments
 (0)