Skip to content

Commit 5ed5f61

Browse files
committed
ops(workflow): update script path
1 parent c780e69 commit 5ed5f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
PUB_ACCESS_TOKEN: ${{ secrets.PUB_ACCESS_TOKEN }}
3131
PUB_REFRESH_TOKEN: ${{ secrets.PUB_REFRESH_TOKEN }}
3232
run: |
33-
sh ./scripts/pub_login.sh
33+
sh ./.github/workflows/scripts/pub_login.sh
3434
- run: melos publish --yes --dry-run --ignore="*pokemon*"
3535
- run: melos publish --yes --no-dry-run --ignore="*pokemon*"
3636
- run: git push

0 commit comments

Comments
 (0)