Skip to content

Commit 2ce862c

Browse files
committed
chore: Update release.yml
1 parent 90aa669 commit 2ce862c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
maintainer: Libertech-FR
101101
version: ${{ env.PACKAGE_VERSION }} # ${{ github.ref }} # refs/tags/v*.*.*
102102
arch: 'amd64'
103-
desc: 'Sesame Daemon'- name: Publish release
103+
desc: 'Sesame Daemon'
104104

105105
- name: Update version
106106
shell: bash
@@ -109,7 +109,7 @@ jobs:
109109
env:
110110
REF: ${{ github.ref }}
111111

112-
- name: Create release
112+
- name: Publish release
113113
uses: ncipollo/release-action@v1
114114
with:
115115
name: Release ${{ env.NEW_VERSION }}

0 commit comments

Comments
 (0)