Skip to content

Commit

Permalink
ci: fix missing "current version" in commit message from `bump_versio…
Browse files Browse the repository at this point in the history
…n` action

Signed-off-by: Daniel Weiße <[email protected]>
  • Loading branch information
daniel-weisse authored Jul 11, 2024
1 parent 308bffc commit 6806e7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/bump_version/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ runs:
run: |
cd ${{ inputs.working-directory }}
current=$(<version.txt)
echo -n "${{ inputs.version }}" > version.txt
commit_msg="flake: ${current} -> ${{ inputs.version }}"
Expand Down

0 comments on commit 6806e7b

Please sign in to comment.