GitHub Actions - remove unused outputs from template-verify.yml workflow

This commit is contained in:
Jakub Chrzanowski
2026-05-04 10:54:45 +02:00
parent 5159eedbb8
commit 56c4908d2a

View File

@@ -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