Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Commit 5cf1637

Browse files
ci(release): remove unused variable (#183)
1 parent 9fb58c7 commit 5cf1637

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ jobs:
2828
id: setup-release
2929
uses: LizardByte/setup-release-action@master # keep this on master, to prevent endless depandabot PRs
3030
with:
31-
# PRs will fail if this is true
32-
fail_on_events_api_error: ${{ github.event_name == 'pull_request' && 'false' || 'true' }}
3331
github_token: ${{ secrets.GITHUB_TOKEN }} # can use GITHUB_TOKEN for read-only access
3432

3533
- name: Set action variables

0 commit comments

Comments
 (0)