Skip to content

Commit

Permalink
ci(release): remove unused variable (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher committed Sep 19, 2024
1 parent 9fb58c7 commit 5cf1637
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ jobs:
id: setup-release
uses: LizardByte/setup-release-action@master # keep this on master, to prevent endless depandabot PRs
with:
# PRs will fail if this is true
fail_on_events_api_error: ${{ github.event_name == 'pull_request' && 'false' || 'true' }}
github_token: ${{ secrets.GITHUB_TOKEN }} # can use GITHUB_TOKEN for read-only access

- name: Set action variables
Expand Down

0 comments on commit 5cf1637

Please sign in to comment.