Skip to content

Commit

Permalink
cd(bump): fix how bump manages changes
Browse files Browse the repository at this point in the history
  • Loading branch information
brianbruggeman committed May 24, 2024
1 parent ea57b44 commit 2b39591
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,6 @@ jobs:
git commit Cargo.* -m 'release: ${VERSION}'
env:
VERSION: ${{ steps.get_version.outputs.version }}

- name: Update main
run: git push origin main

0 comments on commit 2b39591

Please sign in to comment.