File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,9 +108,9 @@ jobs:
108
108
with :
109
109
role-to-assume : ${{ secrets.AWS_ROLE_TO_ASSUME }}
110
110
aws-region : ${{ secrets.AWS_REGION }}
111
- - if : github.event_name == 'push' && github.ref == 'refs/heads/main' && matrix.package_name == 'rsconnect-python '
111
+ - if : github.event_name == 'push' && github.ref == 'refs/heads/main' && matrix.package_name == 'rsconnect_python '
112
112
run : make sync-latest-to-s3
113
- - if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && matrix.package_name == 'rsconnect-python '
113
+ - if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && matrix.package_name == 'rsconnect_python '
114
114
run : make sync-to-s3
115
115
- if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
116
116
uses : pypa/gh-action-pypi-publish@release/v1
You can’t perform that action at this time.
0 commit comments