Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ucf4 committed Aug 30, 2024
1 parent 72240d2 commit d85d428
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy-to-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
echo "$GPG_PRIVATE_KEY" | gpg --batch --no-tty --import
gpg --list-secret-keys
env:
GPG_PRIVATE_KEY: '${{ secrets.GPG_PRIVATE_KEY }}'
GPG_PASSPHRASE: '${{ secrets.GPG_PASSPHRASE }}'
Expand Down
15 changes: 5 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
<!--<repository>
<id>github</id>
<url>https://maven.pkg.github.com/cdcgov/lib-hl7v2-nist-validator</url>
</repository>-->
</repository>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</snapshotRepository>
</snapshotRepository>-->
</distributionManagement>

<properties>
Expand Down Expand Up @@ -102,16 +102,11 @@
</goals>
</execution>
</executions>
<configuration>
<!--<configuration>
<gpgArguments>
<argument>--pinentry-mode</argument>
<argument>loopback</argument>
<!--<argument>no-tty</argument>-->
<argument>pinentry-mode</argument>
<argument>loopback</argument>
</gpgArguments>
</configuration>
<!--<configuration>
<gpgprivatekey>GPG_PRIVATE_KEY</gpgprivatekey>
<gpgPassphrase>GPG_PASSPHRASE</gpgPassphrase>
</configuration>-->
</plugin>
<plugin>
Expand Down

0 comments on commit d85d428

Please sign in to comment.