From 26e288ce744a18083885e81c0db9cabd784406ab Mon Sep 17 00:00:00 2001 From: alvicsam Date: Mon, 18 Nov 2024 16:58:19 +0100 Subject: [PATCH] fix app in deploy --- .github/workflows/publish-deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish-deploy.yml b/.github/workflows/publish-deploy.yml index 26831a5..17389ac 100644 --- a/.github/workflows/publish-deploy.yml +++ b/.github/workflows/publish-deploy.yml @@ -6,7 +6,6 @@ on: - master tags: - v* - - stg-v* concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} @@ -18,7 +17,7 @@ permissions: contents: read env: - APP: "substrate-tip-bot" + APP: "matrix-admin-bot" jobs: set-variables: