Skip to content

Commit

Permalink
Release workflow fix (#295)
Browse files Browse the repository at this point in the history
Co-authored-by: Luka Skugor <[email protected]>
  • Loading branch information
LittleChimera and LittleChimera authored Apr 3, 2024
1 parent c65a2f9 commit 89d7dd2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
- name: Mark bazel as success # because it should not run if only release files changed
uses: Sibz/github-status-action@v1
if: ${{ steps.changed-files.outputs.all_changed_files_count > 0 && steps.changed-files.outputs.other_changed_files_count == 0 }}
with:
with:
authToken: ${{secrets.GITHUB_TOKEN}}
context: 'bazel'
Expand Down

0 comments on commit 89d7dd2

Please sign in to comment.