diff --git a/.github/workflows/template-verify.yml b/.github/workflows/template-verify.yml index 3485d0c..b04a4e2 100644 --- a/.github/workflows/template-verify.yml +++ b/.github/workflows/template-verify.yml @@ -16,9 +16,6 @@ jobs: name: Template Verify if: github.event.repository.name == 'intellij-platform-plugin-template' runs-on: ubuntu-latest - outputs: - version: ${{ steps.properties.outputs.version }} - changelog: ${{ steps.properties.outputs.changelog }} steps: # Check out the current repository