Update check.yml

This commit is contained in:
Muhammed Kalkan 2022-05-31 11:01:00 +03:00 committed by GitHub
parent 793c7e2e04
commit 729dd632d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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