Skip to content

Commit

Permalink
Update version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
thepieterdc committed Aug 29, 2020
1 parent fae5362 commit 2645239
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# IntelliJ Plugin Verifier GitHub Action

[![GitHub Marketplace](https://img.shields.io/badge/Marketplace-v1.1.2-undefined.svg?logo=github&logoColor=white&style=flat)](https://github.com/marketplace/actions/intellij-plugin-verifier)
[![GitHub Marketplace](https://img.shields.io/badge/Marketplace-v1.2.0-undefined.svg?logo=github&logoColor=white&style=flat)](https://github.com/marketplace/actions/intellij-plugin-verifier)

Use GitHub Actions to verify the compatibility of your IntelliJ plugin against any version of IntelliJ IDEA.

Expand All @@ -11,7 +11,7 @@ Simply add the action to your workflow-file and specify the path to your plugin,
```yaml
steps:
- uses: actions/checkout@master
- uses: thepieterdc/intellij-plugin-verifier-action@v1.1.2
- uses: thepieterdc/intellij-plugin-verifier-action@v1.2.0
with:
plugin: '/path/to/plugin.zip'
versions: |
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
java-version: 11.x.x
- name: Build the plugin using Gradle
run: ./gradlew buildPlugin
- uses: thepieterdc/intellij-plugin-verifier-action@v1.1.2
- uses: thepieterdc/intellij-plugin-verifier-action@v1.2.0
with:
plugin: '/home/runner/work/demo-plugin/demo-plugin/build/distributions/demo-plugin-*'
versions: |
Expand Down

0 comments on commit 2645239

Please sign in to comment.