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 3ca3538 commit 0b40563Copy full SHA for 0b40563
.github/workflows/release-client.yml
@@ -12,7 +12,7 @@ env:
12
CLIENT_ARTIFACT_ID: battlecode26
13
14
# IS_PUBLIC is whether to release deployments publicly. Set to exactly the text "YES" to do so.
15
- IS_PUBLIC: YES
+ IS_PUBLIC: NO
16
17
jobs:
18
build-client:
.github/workflows/release-engine.yml
@@ -14,7 +14,7 @@ env:
RELEASE_ARTIFACT_ID: battlecode26
- IS_PUBLIC: NO
+ IS_PUBLIC: YES
19
20
release:
0 commit comments