Skip to content

Commit 4b7cf31

Browse files
authored
Update deploy.yml
Signed-off-by: ascopes <73482956+ascopes@users.noreply.github.com>
1 parent d6bfc21 commit 4b7cf31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
- name: Create Release
149149
uses: ncipollo/release-action@v1.12.0
150150
with:
151-
tag: v${{ env.release_name }}
152-
name: v${{ env.release_name }}
151+
tag: v${{ env.release_version }}
152+
name: v${{ env.release_version }}
153153
generateReleaseNotes: true
154154
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)