Skip to content

Commit

Permalink
Forgot to add shell to commands
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Feb 20, 2024
1 parent 35a7832 commit e165d92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/update-version/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ runs:
steps:
- name: Update __version__ in aerospike module
run: sed -i "s/const char version\[] = \".*\";/const char version\[] = \"${{ inputs.new_version }}\";/" src/main/aerospike.c
shell: bash

- name: Update VERSION metadata
run: echo ${{ inputs.new_version }} > VERSION
shell: bash

0 comments on commit e165d92

Please sign in to comment.