Remove useless line in CI

This commit is contained in:
curquiza 2022-12-11 21:26:05 +01:00
parent 2c8eb92537
commit 9a3f9577b8
1 changed files with 0 additions and 2 deletions

View File

@ -31,8 +31,6 @@ jobs:
runs-on: ubuntu-latest
outputs:
is-patch: ${{ steps.check-patch.outputs.is-patch }}
env:
MILESTONE_VERSION: ${{ github.event.milestone.title }}
steps:
- uses: actions/checkout@v3
- name: Check if this release is a patch release only