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 b72ee9e commit 2afc4db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ 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/
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
bash ./scripts/rc.sh
- name: Close issue
env:
Expand Down

0 comments on commit 2afc4db

Please sign in to comment.