Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick91 committed Dec 22, 2022
1 parent 099ab4e commit 3c31661
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
distribution: zulu
java-version: 17
- name: test
- name: test
run: ./gradlew buildPlugin test jacocoTestReport
- name: Create Release
id: create_release
Expand All @@ -37,7 +37,7 @@ jobs:
draft: false
prerelease: false
- name: Upload Release Asset
id: upload-release-asset
id: upload-release-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<idea-plugin url="https://github.com/strawberry-graphql/strawberry-pycharm-plugin" require-restart="true">
<id>rocks.strawberry</id>
<name>Strawberry GraphQL</name>
<version>0.0.9</version>
<version>0.0.10</version>
<vendor email="hello@strawberry.rocks">Strawberry GraphQL</vendor>
<change-notes><![CDATA[
<h2>version 0.0.9</h2>
<h2>version 0.0.10</h2>
<p>Features</p>
<ul>
<li>Support PyCharm 2022.3</li>
Expand Down

0 comments on commit 3c31661

Please sign in to comment.