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
Sagar Paul 2023-05-11 22:18:55 +05:30 committed by GitHub
parent 3d86b4a5a6
commit 59d4eede7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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