Skip to content

Commit a241dc2

Browse files
committed
doc: adding logo for social preview
1 parent 7c120d5 commit a241dc2

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
inputs:
66
semver:
77
type: string
8-
description: Semver
8+
description: 'Semver (eg: v1.2.3)'
99
required: true
1010

1111
jobs:
@@ -45,7 +45,7 @@ jobs:
4545
git config --global user.email "${{ github.triggering_actor}}@users.noreply.github.com"
4646
4747
git add .
48-
git commit -m 'bump ${{ inputs.semver }}'
48+
git commit --allow-empty -m 'bump ${{ inputs.semver }}'
4949
git tag ${{ inputs.semver }}
5050
git push origin ${{ inputs.semver }}
5151

img/social-preview-small.png

87.1 KB
Loading

img/social-preview.png

662 KB
Loading

img/social-preview.xcf

991 KB
Binary file not shown.

0 commit comments

Comments
 (0)