Skip to content

chore: bump version to 1.2.3 #13

chore: bump version to 1.2.3

chore: bump version to 1.2.3 #13

Workflow file for this run

name: Build Plugin
on:
push:
branches: [ main ]
tags-ignore:
- '**'
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup JDK 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
with:
gradle-version: '8.5'
- name: Build Plugin
run: gradle buildPlugin
- name: Upload Plugin Artifact
uses: actions/upload-artifact@v4
with:
name: switch2kiro-plugin
path: build/distributions/*.zip