We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f914a70 commit 4536268Copy full SHA for 4536268
.github/workflows/beta.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: Run release
51
run: |
52
GITHUB_TOKEN=${{ secrets.GH_TOKEN }} \
53
- PROJECT_NAME=semaphore-community \
+ PROJECT_NAME=semaphore_community \
54
GPG_KEY_ID="${{ vars.GPG_KEY_ID }}" \
55
task release:prod
56
.github/workflows/release.yml
@@ -52,7 +52,7 @@ jobs:
57
58
deploy-prod:
0 commit comments