Skip to content

Commit 8071295

Browse files
author
OpenExchangeAPI
committed
no message
1 parent afe6fdf commit 8071295

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
description: 'SDK version (e.g. 1.0.1)'
1111
required: false
1212
default: ''
13-
13+
1414
permissions:
1515
contents: write
1616

@@ -40,7 +40,7 @@ jobs:
4040
uses: softprops/action-gh-release@v2
4141
with:
4242
tag_name: v${{ env.PACKAGE_VERSION }}
43-
name: "Publishing Version v${{ env.PACKAGE_VERSION }}"
43+
name: "v${{ env.PACKAGE_VERSION }}"
4444
body: |
4545
This release publishes SDK version **v${{ env.PACKAGE_VERSION }}**.
4646

0 commit comments

Comments
 (0)