Skip to content

Commit 708de02

Browse files
authored
fix(ci): Fix upload on release to not be dry-run (#422)
1 parent 3971a29 commit 708de02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload_components.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@ jobs:
112112
# use old version if this isn't a release for testing
113113
version: ${{ github.event.release && github.event.release.tag_name || 'v0.20.2' }}
114114
api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }}
115-
dry_run: ${{ github.ref_name != 'main' || github.repository_owner != 'esp-cpp' }}
115+
dry_run: ${{ ! github.event.release }}

0 commit comments

Comments
 (0)