Skip to content

Commit 80ab129

Browse files
Update ci.yml
1 parent 0f5dd32 commit 80ab129

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ jobs:
5656
git config --global user.name "Henrique Marques"
5757
5858
- name: Push package
59-
run: |
60-
yarn release
61-
echo "y"
62-
echo "y"
59+
run: yarn release
60+
env:
61+
GITHUB_TOKEN: ${{secrets.GHP_TOKEN}}
62+
63+

0 commit comments

Comments
 (0)