1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2025-01-05 01:20:39 +02:00

Update tag commit message on publish workflow (#9166)

This commit is contained in:
Álvaro Mondéjar 2023-07-30 15:08:20 -06:00 committed by GitHub
parent 4dfd9a6d86
commit 4bdcd751e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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