diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2e53304..c10df1c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,6 +6,7 @@ on: - main paths: - 'bob-plugin/**' + workflow_dispatch: jobs: release: @@ -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 \ No newline at end of file