Update version in galaxy.yml (#264)
* add sed * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>pull/258/head^2
parent
3d86b4a5a6
commit
59d4eede7f
|
@ -84,9 +84,9 @@ jobs:
|
|||
run: pre-commit run prettier --all-files
|
||||
continue-on-error: true
|
||||
|
||||
- name: Update the glaxay.yml version if needed
|
||||
run: pre-commit run autoversion --all-files
|
||||
continue-on-error: true
|
||||
- name: Update the glaxay.yml version
|
||||
run: |
|
||||
sed -ie 's/version:.*/version: ${{ env.VERSION }}/' galaxy.yml
|
||||
|
||||
- name: Determine if a PR is necessary
|
||||
run: git diff --no-ext-diff --quiet --exit-code
|
||||
|
|
Loading…
Reference in New Issue