Skip to content

Commit 1f5f518

Browse files
committed
ci: fix package name
1 parent 44f9156 commit 1f5f518

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pro_selfhosted_release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ jobs:
5959
APP_BUILD_TYPE=pro_selfhosted \
6060
GITHUB_TOKEN=${{ secrets.GH_TOKEN }} \
6161
GPG_KEY_ID="${{ vars.GPG_KEY_ID }}" \
62-
task release:prod PROJECT_NAME=semaphorepro
62+
PROJECT_NAME=semaphorepro \
63+
task release:prod
6364
6465
deploy-prod:
6566
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)