Skip to content

Commit

Permalink
Fix jit-executor-rc workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigonull committed Aug 27, 2024
1 parent 4813fe3 commit 87fc2df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-jitexecutor-native-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ jobs:
<servers>
<server>
<id>apache.releases.https</id>
<username>${{ secrets.NEXUS_USER }}</username>
<password>${{ secrets.NEXUS_PW }}</password>
<username>${{ secrets.NEXUS_STAGE_DEPLOYER_USER }}</username>
<password>${{ secrets.NEXUS_STAGE_DEPLOYER_PW }}</password>
</server>
<server>
<id>apache.snapshots.https</id>
Expand Down Expand Up @@ -163,8 +163,8 @@ jobs:
<servers>
<server>
<id>apache.releases.https</id>
<username>${{ secrets.NEXUS_USER }}</username>
<password>${{ secrets.NEXUS_PW }}</password>
<username>${{ secrets.NEXUS_STAGE_DEPLOYER_USER }}</username>
<password>${{ secrets.NEXUS_STAGE_DEPLOYER_PW }}</password>
</server>
<server>
<id>apache.snapshots.https</id>
Expand Down

0 comments on commit 87fc2df

Please sign in to comment.