Skip to content

Commit

Permalink
chore: Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
HaiyiMei committed Jun 28, 2024
1 parent c9095a6 commit ecd31d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ jobs:
git add .
git commit -m "[bot] Update plugin info"
git push
git remote set-url origin https://x-access-token:${{ secrets.ACTIONS_PAT }}@github.com/${{ github.event.pull_request.head.repo.full_name }}.git
git push origin "HEAD:$(echo ${GITHUB_HEAD_REF})"
# - name: suggester / Leave comments on PRs
# if: ${{ !steps.bumpr.outputs.skip }}
Expand Down

0 comments on commit ecd31d5

Please sign in to comment.