diff --git a/.github/workflows/scheduled-publishing.yml b/.github/workflows/scheduled-publishing.yml index 019209b0..f817e64a 100644 --- a/.github/workflows/scheduled-publishing.yml +++ b/.github/workflows/scheduled-publishing.yml @@ -12,7 +12,7 @@ jobs: - name: Install dependencies run: npm ci - name: Check for scheduled posts - run: echo "::set-output name=should_publish::$(${{ github.workspace }}/scripts/scheduled-publishing.js)" + run: echo "should_publish=$(${{ github.workspace }}/scripts/scheduled-publishing.js)" >> $GITHUB_OUTPUT id: should_publish_step - name: Trigger Fleek Build if: ${{ steps.should_publish_step.outputs.should_publish == 'true' }}