From a592ad7065dd2b38203608684cd1d5821f9c9447 Mon Sep 17 00:00:00 2001 From: gooddayniceday <155267459+gooddayniceday@users.noreply.github.com> Date: Mon, 20 Jan 2025 20:52:14 +0100 Subject: [PATCH] Update publish-action.yml --- .github/workflows/publish-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-action.yml b/.github/workflows/publish-action.yml index e0a6e78498..462e3a790e 100644 --- a/.github/workflows/publish-action.yml +++ b/.github/workflows/publish-action.yml @@ -16,7 +16,7 @@ jobs: - run: ls - run: pwd - run: yarn run build:production - - run: echo "action_state=$('./apps/remix-ide/ci/publishIpfs' ${{ secrets.IPFS_PROJET_ID }} ${{ secrets.IPFS_PROJECT_SECRET }})" >> $GITHUB_ENV + - run: echo "action_state=$('./apps/remix-ide/ci/publishIpfs' ${{ secrets.IPFS_PROJECT_ID }} ${{ secrets.IPFS_PROJECT_SECRET }})" >> $GITHUB_ENV - uses: mshick/add-pr-comment@v1 with: message: |