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:
parent
4dfd9a6d86
commit
4bdcd751e0
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user