Skip to content

Commit

Permalink
Check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanna-Shalamitskaya-EPAM committed Oct 26, 2023
1 parent 7e26786 commit 1a75130
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tagged_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,18 +76,17 @@ jobs:

- name: Set antora version
run: yq eval -i '.version = "$release_version"' documentation/python-sdk-guide/antora.yml
## run: yq eval -i '.version = "${{ github.event.inputs.release_version }}"' documentation/python-sdk-guide/antora.yml

- name: Set esmf-aspect project version
id: ESMF_version
run: |
cd core/esmf-aspect-meta-model-python
# poetry version ${{ github.event.inputs.release_version }}
poetry version $release_version
echo "EsmfVersion=$release_version" >> $GITHUB_ENV
echo "::set-output name=EsmfVersion::$release_version"
- name: Check changed files
run: echo git status
run: git status
# - name: Commit version changes and push to upstream repository
# uses: stefanzweifel/git-auto-commit-action@v5
# with:
Expand Down

0 comments on commit 1a75130

Please sign in to comment.