summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rwxr-xr-x.github/workflows/scripts/check_usns.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/scripts/check_usns.py b/.github/workflows/scripts/check_usns.py
index 42a69d7ca..5e3e17ea0 100755
--- a/.github/workflows/scripts/check_usns.py
+++ b/.github/workflows/scripts/check_usns.py
@@ -27,7 +27,7 @@ RELEASE = "bionic"
TEAM = "subsurface"
SOURCE_NAME = "subsurface"
SNAPS = {
- "subsurface": {"candidate": {"recipe": "subsurface-stable"}},
+ "subsurface": {"stable": {"recipe": "subsurface-stable"}},
}
STORE_URL = "https://api.snapcraft.io/api/v1/snaps" "/details/{snap}?channel={channel}"