Skip to content

Commit

Permalink
fix: Automated release failing
Browse files Browse the repository at this point in the history
Signed-off-by: Gordon Smith <[email protected]>
  • Loading branch information
GordonSmith committed Nov 20, 2024
1 parent c4f4b73 commit 4d5c4aa
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,14 +102,14 @@ jobs:
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}

# - name: push stamped release
# if: ${{ steps.release.outputs.release_created }}
# run: |
# git config user.name github-actions[bot]
# git config user.email 4104672+github-actions[bot]@users.noreply.github.com
# git remote add gh-token "https://${{ secrets.GITHUB_TOKEN}}@github.com/yargs/yargs.git"
# git commit -a -m 'chore: stamp files for release'
# git push origin
- name: push stamped release
if: ${{ steps.release.outputs.release_created }}
run: |
git config user.name github-actions[bot]
git config user.email 4104672+github-actions[bot]@users.noreply.github.com
git remote add gh-token "https://${{ secrets.GITHUB_TOKEN}}@github.com/yargs/yargs.git"
git commit -a -m 'chore: stamp files for release'
git push origin
- name: Publish
if: ${{ steps.release.outputs.release_created }}
Expand Down

0 comments on commit 4d5c4aa

Please sign in to comment.