We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76e5cbf commit 607a3b7Copy full SHA for 607a3b7
.github/workflows/upload_components.yml
@@ -109,6 +109,6 @@ jobs:
109
components/wifi
110
components/wrover-kit
111
namespace: "espp"
112
- version: ${{ github.ref_name }}
+ version: ${{ github.event.release && github.ref_name || 'merge-test' }}
113
api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }}
114
dry_run: ${{ github.ref_name != 'main' || github.repository_owner != 'esp-cpp' }}
0 commit comments