Skip to content

Commit 637c949

Browse files
committed
chore(build): fix package name
1 parent 621391f commit 637c949

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/homebrew.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- name: Checkout repository
1414
uses: actions/checkout@v4
15-
15+
1616
- name: Get release version
1717
run: |
1818
# Extract tag
@@ -32,5 +32,6 @@ jobs:
3232
formula-name: nethlink
3333
formula-path: Casks/n/nethlink.rb
3434
homebrew-tap: Homebrew/homebrew-cask
35+
tag-name: ${{ env.VERSION }}
3536
env:
3637
COMMITTER_TOKEN: ${{ secrets.HOMEBREW_GITHUB_TOKEN }}

.github/workflows/winget.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- name: Checkout repository
1414
uses: actions/checkout@v4
15-
15+
1616
- name: Get release version
1717
run: |
1818
# Extract tag
@@ -30,7 +30,7 @@ jobs:
3030
- name: Use winget-releaser to create a PR
3131
uses: vedantmgoyal9/winget-releaser@main
3232
with:
33-
identifier: "NethServer.NethLink"
33+
identifier: "Nethesis.NethLink"
3434
version: ${{ env.VERSION }}
3535
token: ${{ secrets.WINGET_GITHUB_TOKEN }}
3636
fork-user: edospadoni

0 commit comments

Comments
 (0)