Skip to content

Commit

Permalink
fix: info path
Browse files Browse the repository at this point in the history
  • Loading branch information
xnmeet committed Jan 19, 2025
1 parent fc8fabe commit 19a8d5a
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 @@ -6,6 +6,7 @@ on:
- main
paths:
- 'bob-plugin/**'
workflow_dispatch:

jobs:
release:
Expand Down Expand Up @@ -63,6 +64,6 @@ jobs:
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git add appcast.json
git add bob-plugin/info.json
git add bob-plugin/src/info.json
git commit -m "chore: update version files for ${{ steps.get_latest_tag.outputs.version }}"
git push

0 comments on commit 19a8d5a

Please sign in to comment.