Skip to content

Commit fc7b817

Browse files
committed
chore(build): fix version in homebrew
1 parent 21fc16c commit fc7b817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/homebrew.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
formula-path: Casks/n/nethlink.rb
3131
homebrew-tap: Homebrew/homebrew-cask
3232
tag-name: ${{ env.VERSION }}
33-
download-url: https://github.com/NethServer/nethlink/releases/download/v#{version}/nethlink-#{version}.dmg
33+
download-url: https://github.com/NethServer/nethlink/releases/download/v${{ env.VERSION }}/nethlink-${{ env.VERSION }}.dmg
3434
env:
3535
COMMITTER_TOKEN: ${{ secrets.HOMEBREW_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)