Skip to content

Commit 7892dde

Browse files
authored
Merge pull request #189 from nicost/workflowFix
Workflow fix
2 parents a7d7ec0 + 8275f8f commit 7892dde

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/maven_deployment_and_pm_update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: cd java && mvn deploy -Dgpg.passphrase=${{ secrets.MAVEN_GPG_PASSPHRASE }}
4444
env:
4545
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
46-
MAVEN_PASSWORD: ${{ secrets.MAVEN_SECRET }}
46+
MAVEN_SECRET: ${{ secrets.MAVEN_SECRET }}
4747
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
4848

4949
update-pycromanger:

java/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<name>NDTiff Storage file format</name>
88
<description>Java-based writer and reader used for NDTiffStorage format and NDRAM storage</description>
99
<url>https://github.com/micro-manager/NDTiffStorage</url>
10-
1110

1211
<properties>
1312
<maven.compiler.source>1.8</maven.compiler.source>

0 commit comments

Comments
 (0)