Skip to content

Commit

Permalink
MOB-913 Fix deployment script
Browse files Browse the repository at this point in the history
Syntax issue with bash local variable 
Updated the go back folder to correct location
  • Loading branch information
Peter-John-paystack authored Feb 1, 2024
1 parent a72f442 commit 5f05f24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
body=$(/usr/libexec/PlistBuddy -c "Print Description" ./Sources/PaystackSDK/Versioning/versions.plist)
echo "body=${body}" >> $GITHUB_ENV
cd Sources/PaystackSDK/Core/Service/Subscription
PLIST= secrets.plist
PLIST=secrets.plist
/usr/libexec/PlistBuddy -c "Set PUSHER_API_KEY $PUSH_TOKEN" $PLIST
cd ../../../..
cd ../../../../..
env:
PUSH_TOKEN: ${{ secrets.PUSH_TOKEN }}

Expand Down

0 comments on commit 5f05f24

Please sign in to comment.