From 4bdcd751e0069d21a528d8962759f4453b8d7a69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Mond=C3=A9jar?= Date: Sun, 30 Jul 2023 15:08:20 -0600 Subject: [PATCH] Update tag commit message on publish workflow (#9166) --- .github/workflows/publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5d0dd269..b4a9c122 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -48,7 +48,7 @@ jobs: key: ${{ runner.os }}-node-${{ hashFiles('**/package.json') }} restore-keys: | ${{ runner.os }}-node- - - name: Remove dark theme images from README + - name: Replace CDN theme image links from README run: npm run strip-theme-link - name: Install dependencies run: npm i @@ -73,7 +73,7 @@ jobs: run: | export PACKAGE_VERSION=$(cat package.json | grep 'version' | sed 's/[ \",:]//g' | sed 's/version//') echo "::set-output name=version::$PACKAGE_VERSION" - - name: Remove dark theme images from README + - name: Replace CDN theme image links from README run: npm run strip-theme-link - name: Configure GIT credentials run: | @@ -83,7 +83,7 @@ jobs: - name: Commit dark theme images strip run: | git add README.md - git commit -m 'Strip README dark theme image links' + git commit -m 'Replace README CDN theme image links' - name: Create and push git tag run: | set -e