diff --git a/.github/workflows/deploy-theme.yml b/.github/workflows/deploy-theme.yml index 9f3a9c6f..b39a2557 100644 --- a/.github/workflows/deploy-theme.yml +++ b/.github/workflows/deploy-theme.yml @@ -15,7 +15,7 @@ jobs: - run: yarn test:ci - run: yarn ship - name: Deploy Ghost Theme - uses: TryGhost/action-deploy-theme@v1.5.0 + uses: TryGhost/action-deploy-theme@v1.6.0 with: api-url: ${{ secrets.GHOST_ADMIN_API_URL }} api-key: ${{ secrets.GHOST_ADMIN_API_KEY }}