Skip to content

Commit

Permalink
ci: exclude test fixtures from release artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
monosoul committed Sep 6, 2022
1 parent df5a410 commit 8913d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: 'build/libs/jooq-gradle-plugin-*.jar'
file: 'build/libs/jooq-gradle-plugin-*[0-9].*[0-9].*[0-9]{-javadoc,-sources,}.jar'
file_glob: true
tag: ${{ github.ref }}

0 comments on commit 8913d2e

Please sign in to comment.