diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e5df8a4..d6f0c14 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 @@ -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 }} diff --git a/resources/META-INF/plugin.xml b/resources/META-INF/plugin.xml index ba9cc4e..538964c 100644 --- a/resources/META-INF/plugin.xml +++ b/resources/META-INF/plugin.xml @@ -1,10 +1,10 @@ rocks.strawberry Strawberry GraphQL - 0.0.9 + 0.0.10 Strawberry GraphQL version 0.0.9 +

version 0.0.10

Features