diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index c8c1e6e3d..245eff5d4 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -21,6 +21,7 @@ jobs: uses: vedantmgoyal2009/winget-releaser@v2 with: identifier: Cryptomator.Cryptomator + version: ${{ inputs.tag }} release-tag: ${{ inputs.tag }} installers-regex: '\.msi$' token: ${{ secrets.CRYPTOBOT_WINGET_TOKEN }} \ No newline at end of file