Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ivvist committed May 23, 2024
1 parent fc97964 commit b72ee9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "upload-robot"
git config --global url.https://${{ secrets.git_token }}@github.com/.insteadOf https://github.com/
bash curl -s https://raw.githubusercontent.com/untillpro/ci-action/master/scripts/rc.sh | bash
chmod +x https://raw.githubusercontent.com/untillpro/ci-action/master/scripts/rc.sh
curl -s https://raw.githubusercontent.com/untillpro/ci-action/master/scripts/rc.sh | bash
- name: Close issue
env:
Expand Down

0 comments on commit b72ee9e

Please sign in to comment.