Skip to content

Commit 804ceef

Browse files
author
maizied.majumder
committed
Update release.yml
1 parent ced144c commit 804ceef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
- name: Create Release
3232
uses: softprops/action-gh-release@v1
3333
with:
34-
tag_name: ${{ env.NEW_VERSION }}
35-
release_name: ${{ env.NEW_VERSION }}
36-
body: "Release of Linpad application version ${{ env.NEW_VERSION }}"
34+
tag_name: ${{ steps.get_version.outputs.NEW_VERSION }}
35+
name: ${{ steps.get_version.outputs.NEW_VERSION }}
36+
body: "Release of Linpad application version ${{ steps.get_version.outputs.NEW_VERSION }}"
3737
files: output/linpad.deb
3838
env:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)