Skip to content

Commit

Permalink
Merge pull request #210 from CleverTap/develop
Browse files Browse the repository at this point in the history
Service worker release pipeline fix
  • Loading branch information
PraveenCTzen authored Apr 4, 2024
2 parents 5ec38cc + 00f17e5 commit e854240
Show file tree
Hide file tree
Showing 6 changed files with 4,169 additions and 3,418 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/sw_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ jobs:
aws-region: ${{ secrets.AWS_REGION }}
- name: Copy file to S3
run: |
aws s3 cp sw_webpush.min.js s3://${{ secrets.S3_BUCKET_PATH }}
aws s3 cp sw_webpush.min.js s3://${{ secrets.S3_BUCKET_PATH }}/sw_webpush.js --acl public-read
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Change Log
All notable changes to this project will be documented in this file.

## [1.7.3] - 3 Apr, 2024
- Fixes a issue in release pipeline of Service worker.

## [1.7.2] - 2 Apr, 2024
- Fixes a bug in service worker file having deeplink issue

Expand Down
Loading

0 comments on commit e854240

Please sign in to comment.