From f609ab9837fcd586771a2805d41d41ccc9abb0ef Mon Sep 17 00:00:00 2001 From: problematicconsumer Date: Sun, 17 Sep 2023 16:16:06 +0330 Subject: [PATCH] ci: fix env --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23940e59..30aae092 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -120,7 +120,6 @@ jobs: - name: Get Libs ${{ matrix.platform }} env: BRANCH: ${{ github.ref_type == 'tag' && 'RELEASE' || 'DEVELOP' }} - SENTRY_DSN: ${{ secrets.SENTRY_DSN }} run: | make ${{ matrix.platform }}-libs @@ -147,6 +146,7 @@ jobs: - name: Release ${{ matrix.platform }} env: BRANCH: ${{ github.ref_type == 'tag' && 'RELEASE' || 'DEVELOP' }} + SENTRY_DSN: ${{ secrets.SENTRY_DSN }} run: | make ${{ matrix.platform }}-release