Skip to content

Commit

Permalink
well if we hit gold . . .
Browse files Browse the repository at this point in the history
we're gonna be rich
  • Loading branch information
kferrone committed Apr 13, 2024
1 parent dcbf386 commit 30eaf87
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,10 @@ jobs:
- name: Push Changes
if: ${{ inputs.push }}
run: |
git config --global user.name "duploctl[bot]"
git config --global user.email "${{ vars.GH_APP_ID }}+duploctl[bot]@users.noreply.github.com"
git add CHANGELOG.md
git commit -m "Bump version to ${{ steps.bump.outputs.version }}"
git commit -S -m "Bump version to ${{ steps.bump.outputs.version }}"
git push origin HEAD:main --force
git tag ${{ steps.bump.outputs.tag }}
git push --tags

0 comments on commit 30eaf87

Please sign in to comment.