Skip to content

Commit

Permalink
Fix 'Context access might be invalid' warning
Browse files Browse the repository at this point in the history
[skip-release]
  • Loading branch information
gabrielweyer committed Feb 1, 2024
1 parent d896b66 commit 2c275ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
CREATE_RELEASE: ${{ github.ref_name == 'main' && !contains(github.event.head_commit.message, '[skip-release]') && !contains(github.event.head_commit.message, 'dependabot[bot]') }}
IS_FEATURE_PULL_REQUEST: ${{ github.event_name == 'pull_request' && startsWith(github.head_ref, 'features/') }}
CREATE_PRERELEASE: 'false'
PACKAGE_VERSION:
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 2c275ba

Please sign in to comment.