Skip to content

Commit

Permalink
Update release-patch-workflow.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mattd-mb authored Dec 12, 2024
1 parent e52368f commit 1cb14b0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release-patch-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ jobs:
sed -i 's|main|feature/troubleshoot-workflow-permissions|g' .github/workflows/publish-workflow.yaml
git config --local user.email "[email protected]"
git config --local user.name "mattd-shine"
git diff
git status
git commit -a -m "Updating workflow file"
git status
- shell: bash
env:
GITHUB_USER: [email protected]
Expand All @@ -27,4 +23,9 @@ jobs:
git remote remove origin
git remote add origin https://${{ secrets.MATTD_GITHUB_TOKEN }}@github.com/${{ github.repository }}.git
git remote -v
git diff
git status
git commit -a -m "Updating workflow file"
git status
git push origin "${GITHUB_BRANCH}"

0 comments on commit 1cb14b0

Please sign in to comment.