Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update release workflow
Browse files Browse the repository at this point in the history
HaiyiMei committed Jun 28, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent e3f625d commit 0f38ec3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -70,10 +70,13 @@ jobs:
# Git configuration
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
# Set the remote URL to the PR's repository
git remote set-url origin https://github.com/${{ github.event.pull_request.head.repo.full_name }}.git
git pull
git tag -a "$VERSION" -m "Release $VERSION"
pip install .
# Update plugin info
pip install .
if ${{ steps.filter.outputs.blender == 'true' }}; then
python -m xrfeitoria.utils.publish_plugins update-bpy-version
fi
@@ -86,7 +89,6 @@ jobs:
git add .
git commit -m "[bot] Update plugin info"
git remote set-url origin https://github.com/${{ github.event.pull_request.head.repo.full_name }}.git
git push origin HEAD:${{ github.event.pull_request.head.ref }}
# - name: suggester / Leave comments on PRs

0 comments on commit 0f38ec3

Please sign in to comment.