Skip to content

Commit 5e81850

Browse files
committed
chore: update script path for preparing release notes in deploy.yml
1 parent 493260f commit 5e81850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Prepare release notes
5959
if: matrix.target.type == 'google-play'
6060
run: |
61-
bash .github/scripts/prepare-release-notes.sh
61+
bash scripts/prepare-release-notes.sh
6262
6363
- name: Deploy to S3
6464
if: matrix.target.type == 's3'

0 commit comments

Comments
 (0)