Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
HaiyiMei committed Jun 28, 2024
1 parent 972f34b commit 349a173
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}

- id: bumpr
name: Post bumpr status comment
Expand Down Expand Up @@ -84,6 +85,9 @@ jobs:
python -m xrfeitoria.utils.publish_plugins update-plugin-info
GIT_URL_ORIGINAL=$(git remote get-url origin)
echo "ORIGINAL: $GIT_URL_ORIGINAL"
git add .
git commit -m "[bot] Update plugin info"
REPO_OWNER=${{ github.event.pull_request.head.repo.owner.login }}
Expand Down

0 comments on commit 349a173

Please sign in to comment.