chore(desktop): fix sums file

This commit is contained in:
Mo
2022-06-16 19:46:11 -05:00
parent 12eee935b6
commit b44ee77534
2 changed files with 6 additions and 4 deletions

View File

@@ -167,7 +167,7 @@ jobs:
tag_name: "@standardnotes/desktop@${{ steps.package-version.outputs.current-version}}"
prerelease: true
draft: true
name: "Desktop ${{ inputs.channel == 'beta' && 'Beta' || '' }} ${{ steps.package-version.outputs.current-version}}"
name: "Desktop ${{ inputs.channel == 'beta' && 'Beta' || '' }} ${{ steps.package-version.outputs.current-version }}"
files: packages/desktop/dist/*
- name: Publish Snap
continue-on-error: true