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 3971a29 commit 708de02Copy full SHA for 708de02
.github/workflows/upload_components.yml
@@ -112,4 +112,4 @@ jobs:
112
# use old version if this isn't a release for testing
113
version: ${{ github.event.release && github.event.release.tag_name || 'v0.20.2' }}
114
api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }}
115
- dry_run: ${{ github.ref_name != 'main' || github.repository_owner != 'esp-cpp' }}
+ dry_run: ${{ ! github.event.release }}
0 commit comments