Skip to content

Make the plugin compatible with 2.x. #2

Make the plugin compatible with 2.x.

Make the plugin compatible with 2.x. #2

Workflow file for this run

---
name: Publish Release
on:
push:
tags:
- "v*"
jobs:
release:
name: Release
runs-on: ubuntu-latest
permissions: write-all
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: 11
distribution: temurin
- name: Build and Run Tests
run: |
./gradlew publishPluginZipPublicationToZipStagingRepository -Dbuild.snapshot=false
- uses: marvinpinto/[email protected]
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
files: |
LICENSE.txt
build/distributions/*