Skip to content

Commit

Permalink
ci: Fix release please not running after repository move
Browse files Browse the repository at this point in the history
This action was being skipped since it ran based on repository name to avoid it running on forks, and the repository was moved to bazel-contrib recently.
  • Loading branch information
cameron-martin authored Oct 17, 2024
1 parent 7f62f0e commit 3de8845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
if: ${{ github.repository == 'bazelbuild/vscode-bazel' }}
if: ${{ github.repository == 'bazel-contrib/vscode-bazel' }}
steps:
- uses: google-github-actions/release-please-action@v4
id: release
Expand Down

0 comments on commit 3de8845

Please sign in to comment.