Skip to content

Commit

Permalink
update build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
reymondzzzz committed Dec 18, 2023
1 parent 633d958 commit 9464331
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,16 @@ on:
pull_request:
workflow_dispatch:
inputs:
eap:
lsp_branch:
required: true
description: "EAP"
default: 0
type: number
description: "lsp_branch"
default: "main"
type: string

jobs:

# Run Gradle Wrapper Validation Action to verify the wrapper's checksum
# Run verifyPlugin, IntelliJ Plugin Verifier, and test Gradle tasks
# Build plugin and provide the artifact for the next workflow jobs
build:
name: Build
runs-on: ubuntu-latest
env:
PUBLISH_EAP: ${{ github.event.inputs.eap }}
outputs:
version: ${{ steps.properties.outputs.version }}
changelog: ${{ steps.properties.outputs.changelog }}
Expand All @@ -49,7 +43,7 @@ jobs:
github_token: ${{secrets.GITHUB_TOKEN}}
workflow: build.yml
repo: smallcloudai/refact-lsp
branch: main
branch: ${{ github.event.inputs.lsp_branch }}
path: ./src/main/resources/bin

# Validate wrapper
Expand Down

0 comments on commit 9464331

Please sign in to comment.