Skip to content

Commit

Permalink
[ci skip] Fix missing environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
realRobotix committed Nov 10, 2023
1 parent 0dbf36c commit bdf3fc2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,8 @@ jobs:
- name: Publish
env:
NEXUS_UPD_ID: ${{ secrets.RELEASE_NEXUS_UPD_ID }}
NEXUS_UPD_PASS: ${{ secrets.RELEASE_NEXUS_UPD_PASS }}
SIGNING_KEY_ID: ${{ secrets.RELEASE_SIGNING_KEY_ID }}
SIGNING_KEY: ${{ secrets.RELEASE_SIGNING_KEY }}
SIGNING_KEY_PASS: ${{ secrets.RELEASE_SIGNING_KEY_PASS }}
MAVEN_USER: ${{ secrets.RELEASE_MAVEN_USER }}
MAVEN_TOKEN: ${{ secrets.RELEASE_MAVEN_TOKEN }}
run: |
chmod +x ./buildSrc/scripts/publish.sh
buildSrc/scripts/publish.sh
Expand Down

0 comments on commit bdf3fc2

Please sign in to comment.