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:
108108 with :
109109 role-to-assume : ${{ secrets.AWS_ROLE_TO_ASSUME }}
110110 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 '
112112 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 '
114114 run : make sync-to-s3
115115 - if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
116116 uses : pypa/gh-action-pypi-publish@release/v1
You can’t perform that action at this time.
0 commit comments