Skip to content

Commit

Permalink
Fix typo in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
octol committed Feb 12, 2024
1 parent 2d080c8 commit 381bcc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-nym-vpn-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ jobs:
run: |
(echo "SUBJECT=$TAG_NAME"
echo 'PRERELEASE=--prerelease'
ehco 'NOTES_FILE=release-notes-desktop.md') >> $GITHUB_ENV
echo 'NOTES_FILE=release-notes-desktop.md') >> $GITHUB_ENV
# Recall that download-artifact will extract into a directory that
# includes the tar.gz suffix.
Expand Down

0 comments on commit 381bcc1

Please sign in to comment.