Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Adam <dev@robert-adam.de>2022-09-15 10:14:58 +0300
committerGitHub <noreply@github.com>2022-09-15 10:14:58 +0300
commiteae16581d79974c45c187269c7fc217447b2f6bd (patch)
tree7b62557f5e5a74a6d43428d295598e7f6925fdbc
parent5d808e287e99b402b724e411a7a0848e00956a24 (diff)
parent93f2d0a7a868613085d2d0ec9d26a93dbdea1f42 (diff)
Merge PR #5885: Backport "#5884: CI(github-actions): Fix workflow file syntax"
-rw-r--r--.github/workflows/release_dispatch.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release_dispatch.yml b/.github/workflows/release_dispatch.yml
index 6b1fb737f..b55caeeb7 100644
--- a/.github/workflows/release_dispatch.yml
+++ b/.github/workflows/release_dispatch.yml
@@ -13,4 +13,4 @@ jobs:
with:
token: ${{ secrets.DOCKER_REPO_ACCCESS_TOKEN }}
event-type: new_release
- client_payload: '{ "tag": "${{ github.event.release.tag_name }}", "is_latest": "${{ github.event.release.commitish == master }}" }'
+ client_payload: '{ "tag": "${{ github.event.release.tag_name }}", "is_latest": "${{ github.event.release.commitish == "master" }}" }'