Skip to content

Commit

Permalink
Print signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsromero committed Jan 1, 2024
1 parent 71ea4af commit a5875ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ jobs:
mkdir -p $ARTIFACTS_DIR
cp -r $HOME/.m2/repository/org/asciidoctor/asciidoctor-maven-* $ARTIFACTS_DIR
cp -r $HOME/.m2/repository/org/asciidoctor/*-doxia-module $ARTIFACTS_DIR
- name: Print jar signatures
run: find $ARTIFACTS_DIR -type f -name "*.jar" -exec gpg "{}.asc" \;
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
Expand Down
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,10 @@
<profiles>
<profile>
<!--
To release to bintray, add your credentials to ~/.m2/settings.xml and run:
To release, define environment variables:
export GPG_KEYNAME=""
export GPG_PASSPHRASE=""
Then, run
$ mvn deploy
-->
<id>release</id>
Expand Down

0 comments on commit a5875ae

Please sign in to comment.