Skip to content

Commit

Permalink
chore: cry
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam committed Jun 27, 2024
1 parent b51f393 commit e301b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action_deploy_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
echo "is_snapshot: $is_snapshot"
export GPG_TTY=$(tty)
echo $NEXUS_SETTINGS_XML_ADDENDUM >> /Users/runner/.m2/settings.xml
echo $NEXUS_SETTINGS_XML_ADDENDUM > /Users/runner/.m2/settings.xml
bundle exec fastlane publish_to_maven is_snapshot:$is_snapshot
env:
GPG_PASSPHRASE: ${{ secrets.GPG_PASSWORD }}
Expand Down

0 comments on commit e301b23

Please sign in to comment.