Skip to content

Commit

Permalink
temp: use v1.3.0 for S3 workflow step
Browse files Browse the repository at this point in the history
Critical bug in v1.3.2. Will need to update to latest after this is addressed.
shallwefootball/upload-s3-action#55
  • Loading branch information
theaswanson committed Mar 13, 2023
1 parent d8b286d commit 5a8ecd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: ng build --configuration production

- name: Deploy to S3
uses: shallwefootball/s3-upload-action@master
uses: shallwefootball/s3-upload-action@v1.3.0
with:
aws_key_id: ${{ secrets.AWS_KEY_ID }}
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 5a8ecd7

Please sign in to comment.