Skip to content

fix(reference): stop reporting an error for a variable use scope at f… #288

fix(reference): stop reporting an error for a variable use scope at f…

fix(reference): stop reporting an error for a variable use scope at f… #288

Workflow file for this run

name: Release
on:
push:
branches:
- main
jobs:
test-and-verify:
uses: ./.github/workflows/shared-test.yml
release:
needs: [ test-and-verify ]
runs-on: ubuntu-22.04
timeout-minutes: 30
steps:
- name: Checkout
id: checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Setup Build Environment
id: setup-env
uses: ./.github/actions/setup-env
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
skip-searchable-options: 'false'
- name: Build with Gradle
id: build-plugin
run: ./gradlew buildPlugin --no-scan -PpublishChannels=default --stacktrace