Skip to content

Commit d567e21

Browse files
ci: Fix release please not running after repository move (#419)
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.
1 parent 7f62f0e commit d567e21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ name: release-please
1212
jobs:
1313
release-please:
1414
runs-on: ubuntu-latest
15-
if: ${{ github.repository == 'bazelbuild/vscode-bazel' }}
15+
if: ${{ github.repository == 'bazel-contrib/vscode-bazel' }}
1616
steps:
1717
- uses: google-github-actions/release-please-action@v4
1818
id: release

0 commit comments

Comments
 (0)