Skip to content

Commit

Permalink
fix provider package upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ydkn committed Nov 17, 2024
1 parent 638e05e commit 5080912
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
- name: Publish provider packages
uses: osiegmar/s3-publisher-action@v1
env:
AWS_ENDPOINT_URL: "${{ secrets.AWS_ENDPOINT_URL }}"
AWS_REGION: "${{ secrets.AWS_REGION }}"
AWS_ACCESS_KEY_ID: "${{ secrets.AWS_ACCESS_KEY_ID }}"
AWS_SECRET_ACCESS_KEY: "${{ secrets.AWS_SECRET_ACCESS_KEY }}"
Expand Down

0 comments on commit 5080912

Please sign in to comment.