Skip to content

Commit 381bcc1

Browse files
committed
Fix typo in release workflow
1 parent 2d080c8 commit 381bcc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-nym-vpn-desktop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ jobs:
258258
run: |
259259
(echo "SUBJECT=$TAG_NAME"
260260
echo 'PRERELEASE=--prerelease'
261-
ehco 'NOTES_FILE=release-notes-desktop.md') >> $GITHUB_ENV
261+
echo 'NOTES_FILE=release-notes-desktop.md') >> $GITHUB_ENV
262262
263263
# Recall that download-artifact will extract into a directory that
264264
# includes the tar.gz suffix.

0 commit comments

Comments
 (0)