Skip to content

Commit 89b39a4

Browse files
committed
Improved the release workflow to pass the corresponding environment variables and secrets needed to publish the releases
1 parent b3615b6 commit 89b39a4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,7 @@ jobs:
4141
- name: Run semantic-release
4242
env:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44+
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
45+
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
46+
AWS_REGION: ${{ vars.AWS_REGION }}
4447
run: npx semantic-release

0 commit comments

Comments
 (0)