Skip to content

Commit

Permalink
include pom changes for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Hoß authored and sebhoss committed Aug 7, 2022
1 parent 9b58960 commit c1d47b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fetch-depth: 0
- id: commits
name: Count Commits
run: echo "::set-output name=count::$(git rev-list --count HEAD --since='last Wednesday' -- yosql-codegen yosql-internals yosql-models yosql-tooling)"
run: echo "::set-output name=count::$(git rev-list --count HEAD --since='last Wednesday' -- pom.xml yosql-codegen yosql-internals yosql-models yosql-tooling)"
- id: release
name: Create Release Version
if: steps.commits.outputs.count > 0
Expand Down

0 comments on commit c1d47b7

Please sign in to comment.