We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c780e69 commit 5ed5f61Copy full SHA for 5ed5f61
.github/workflows/publish.yml
@@ -30,7 +30,7 @@ jobs:
30
PUB_ACCESS_TOKEN: ${{ secrets.PUB_ACCESS_TOKEN }}
31
PUB_REFRESH_TOKEN: ${{ secrets.PUB_REFRESH_TOKEN }}
32
run: |
33
- sh ./scripts/pub_login.sh
+ sh ./.github/workflows/scripts/pub_login.sh
34
- run: melos publish --yes --dry-run --ignore="*pokemon*"
35
- run: melos publish --yes --no-dry-run --ignore="*pokemon*"
36
- run: git push
0 commit comments