Skip to content

Commit f7d6381

Browse files
authored
Apply suggestions from code review
1 parent 5321400 commit f7d6381

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)