Update check.yml

This commit is contained in:
Muhammed Kalkan 2022-12-21 21:33:25 +03:00 committed by GitHub
parent f5efe0651f
commit c5d2196392
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,6 @@ jobs:
export LENS_VERSION=$(cat version) export LENS_VERSION=$(cat version)
echo "LENS_VERSION=$LENS_VERSION" >> $GITHUB_ENV echo "LENS_VERSION=$LENS_VERSION" >> $GITHUB_ENV
- name: Add & Commit - name: Add & Commit
uses: EndBug/add-and-commit@v9.0.0 uses: EndBug/add-and-commit@v9.1.1
with: with:
message: 'Version updated to: ${{ env.LENS_VERSION }}' message: 'Version updated to: ${{ env.LENS_VERSION }}'