diff --git a/.github/workflows/merged.pr.yaml b/.github/workflows/merged.pr.yaml index c2fb9ac..8a0b4e0 100644 --- a/.github/workflows/merged.pr.yaml +++ b/.github/workflows/merged.pr.yaml @@ -24,7 +24,7 @@ jobs: with: fetch-depth: 0 # Required to get tags token: ${{ steps.generate-token.outputs.token }} - - name: Increment path version + - name: Increment patch version id: increment-patch-version if: contains(github.event.pull_request.labels.*.name, 'patch') env: