We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31b4a81 commit ff96554Copy full SHA for ff96554
.github/workflows/deploy-to-nexus.yml
@@ -18,4 +18,4 @@ jobs:
18
run: |
19
echo "${{ secrets.GPG_FILE }}" > sec.gpg.asc
20
gpg -d --passphrase "${{ secrets.GPG_FILE_PSWD }}" --batch sec.gpg.asc > sec.gpg
21
- fastlane deployNexus
+ bundle exec fastlane deployNexus
0 commit comments