Skip to content

Commit

Permalink
Fix publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Apr 2, 2024
1 parent d0142ca commit 2b88e46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
name: Publish to Maven Central
permissions:
contents: write
packages: write
strategy:
matrix:
os: [ubuntu-latest] # Just one
Expand Down Expand Up @@ -103,5 +104,5 @@ jobs:
uses: softprops/action-gh-release@v1
with:
name: "Release ${{ github.ref_name }}"
files: "**/build/libs/myapp-${{ github.ref_name }}*"
files: "**/build/libs/commons-configuration2-jackson-${{ github.ref_name }}*"
fail_on_unmatched_files: true

0 comments on commit 2b88e46

Please sign in to comment.