Skip to content

Commit

Permalink
Merge pull request #308 from otakakot/feature/mergedpr
Browse files Browse the repository at this point in the history
Patch version
  • Loading branch information
otakakot authored Jan 25, 2025
2 parents a6f65ef + 2779070 commit 30ebbb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merged.pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 30ebbb5

Please sign in to comment.