Skip to content

Commit

Permalink
🐛 Remove args from git push command
Browse files Browse the repository at this point in the history
fatal: could not read Username for 'https://github.com': Device not configured
  • Loading branch information
phatblat committed Aug 1, 2024
1 parent 0578f0c commit f44186f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ jobs:
"Sources/MasKit/Package.swift"
git commit \
--message="🔖 Version ${MAS_VERSION}"
git push \
--set-upstream origin "${RELEASE_BRANCH}"
git push
- name: ⤴️ Open release PR
env:
Expand Down Expand Up @@ -163,8 +162,8 @@ jobs:
git add Formula/mas.rb
git commit --message="🔖 Version ${MAS_VERSION}"
git push
git push --set-upstream origin "${RELEASE_BRANCH}"
gh pr create \
--assignee phatblat \
--base main \
Expand Down

0 comments on commit f44186f

Please sign in to comment.