Skip to content

Commit

Permalink
Clean up the Release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eolivelli committed Jul 19, 2023
1 parent 140ee0d commit d4cd34d
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 @@ -20,6 +20,6 @@ jobs:
run: mvn -B package -DskipTests
- uses: ncipollo/release-action@v1
with:
artifacts: "dist/target/*.jar"
artifacts: "dist/target/kafka-connec*.jar"
token: ${{ secrets.GITHUB_TOKEN }}
generateReleaseNotes: true

0 comments on commit d4cd34d

Please sign in to comment.