Skip to content

Commit

Permalink
ci: add bash shell to bump and release actions
Browse files Browse the repository at this point in the history
Signed-off-by: Charles Moore <moorec@amazon.com>
  • Loading branch information
moorec-aws committed Sep 19, 2024
1 parent 7eedbf9 commit 3f7dd74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/bump_precommit_hook/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ runs:
using: composite
steps:
- name: Update plugin Version
shell: bash
run: |
echo "+ deadline-cloud-for-maya ${{inputs.semver}} ." > ./maya_submitter_plugin/DeadlineCloudForMaya.mod
sed -i "s/^VERSION =.*/VERSION = \"${{inputs.semver}}\"/" ./maya_submitter_plugin/plug-ins/DeadlineCloudForMaya.py
Expand Down
1 change: 1 addition & 0 deletions .github/actions/prepush_release_hook/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ runs:
using: composite
steps:
- name: Zip submitter plugin
shell: bash
run: |
mkdir dist_extras
cd maya_submitter_plugin
Expand Down

0 comments on commit 3f7dd74

Please sign in to comment.