mirror of
				https://github.com/Mibew/simple-icons.git
				synced 2025-10-31 10:31:06 +03: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') }} |           key: ${{ runner.os }}-node-${{ hashFiles('**/package.json') }} | ||||||
|           restore-keys: | |           restore-keys: | | ||||||
|             ${{ runner.os }}-node- |             ${{ runner.os }}-node- | ||||||
|       - name: Remove dark theme images from README |       - name: Replace CDN theme image links from README | ||||||
|         run: npm run strip-theme-link |         run: npm run strip-theme-link | ||||||
|       - name: Install dependencies |       - name: Install dependencies | ||||||
|         run: npm i |         run: npm i | ||||||
| @ -73,7 +73,7 @@ jobs: | |||||||
|         run: | |         run: | | ||||||
|           export PACKAGE_VERSION=$(cat package.json | grep 'version' | sed 's/[ \",:]//g' | sed 's/version//') |           export PACKAGE_VERSION=$(cat package.json | grep 'version' | sed 's/[ \",:]//g' | sed 's/version//') | ||||||
|           echo "::set-output name=version::$PACKAGE_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 |         run: npm run strip-theme-link | ||||||
|       - name: Configure GIT credentials |       - name: Configure GIT credentials | ||||||
|         run: | |         run: | | ||||||
| @ -83,7 +83,7 @@ jobs: | |||||||
|       - name: Commit dark theme images strip |       - name: Commit dark theme images strip | ||||||
|         run: | |         run: | | ||||||
|           git add README.md |           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 |       - name: Create and push git tag | ||||||
|         run: | |         run: | | ||||||
|           set -e |           set -e | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user