We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5efe06 commit c5d2196Copy full SHA for c5d2196
.github/workflows/check.yml
@@ -19,6 +19,6 @@ jobs:
19
export LENS_VERSION=$(cat version)
20
echo "LENS_VERSION=$LENS_VERSION" >> $GITHUB_ENV
21
- name: Add & Commit
22
- uses: EndBug/add-and-commit@v9.0.0
+ uses: EndBug/add-and-commit@v9.1.1
23
with:
24
message: 'Version updated to: ${{ env.LENS_VERSION }}'
0 commit comments