Skip to content

Commit

Permalink
Added timezone handling features
Browse files Browse the repository at this point in the history
  • Loading branch information
jfbenckhuijsen committed Apr 16, 2024
1 parent f49259d commit 54d2688
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- name: Publish to the Maven Central Repository
run: |
echo ${MAVEN_GPG_KEY} > private_key.txt
head -n 1 private_key.txt
gpg --import --batch private_key.txt
mvn --batch-mode -P release -P release-to-central deploy
env:
Expand Down

0 comments on commit 54d2688

Please sign in to comment.