Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HaiyiMei committed Jun 27, 2024
1 parent 40aa34f commit e395736
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ jobs:
- 'src/XRFeitoriaUnreal/*'
- name: Determine next version
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
# Get the next version from the previous step
VERSION="${{ steps.bumpr.outputs.next_version }}"
Expand All @@ -88,4 +86,4 @@ jobs:
python -m xrfeitoria.utils.publish_plugins update-plugin-info
git add .
git commit -a -m "[bot] Update plugin info"
git push origin HEAD:${{ github.event.pull_request.head.ref }}
git push https://x-access-token:${{ secrets.ACTIONS_PAT }}@github.com/${{ github.repository }} HEAD:${{ github.event.pull_request.head.ref }}

0 comments on commit e395736

Please sign in to comment.