Skip to content

Commit

Permalink
fix deployment issues
Browse files Browse the repository at this point in the history
  • Loading branch information
arturopala committed Apr 20, 2024
1 parent df66979 commit df8caca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Publish to Sonatype
on:
workflow_dispatch:

push:
tags: ["*"]

Expand All @@ -10,4 +12,5 @@ jobs:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
PGP_SECRET: ${{ secrets.PGP_SECRET }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
PAT: ${{ secrets.PAT }}

0 comments on commit df8caca

Please sign in to comment.