Skip to content

Commit 4536268

Browse files
committed
ci: return previous package name
1 parent f914a70 commit 4536268

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Run release
5151
run: |
5252
GITHUB_TOKEN=${{ secrets.GH_TOKEN }} \
53-
PROJECT_NAME=semaphore-community \
53+
PROJECT_NAME=semaphore_community \
5454
GPG_KEY_ID="${{ vars.GPG_KEY_ID }}" \
5555
task release:prod
5656

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: |
5353
GITHUB_TOKEN=${{ secrets.GH_TOKEN }} \
5454
GPG_KEY_ID="${{ vars.GPG_KEY_ID }}" \
55-
PROJECT_NAME=semaphore-community \
55+
PROJECT_NAME=semaphore_community \
5656
task release:prod
5757
5858
deploy-prod:

0 commit comments

Comments
 (0)