TryGhost / action-deploy-theme

:octocat: Deploy your Ghost theme with Github Actions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The 'version' parameter has a deprecated format 'canary'

alexisdechiara opened this issue · comments

When i try to use action in my project i have the current issue :

image

Here my main.yml file :

name: Deploy Theme
on:
  push:
    branches:
      - master
      - main
jobs:
  deploy:
    runs-on: ubuntu-22.04
    steps:
      - uses: actions/checkout@v3.0.2
      - name: Deploy Ghost Theme
        uses: TryGhost/action-deploy-theme@v1.6.1
        with:
          api-url: ${{ secrets.GHOST_ADMIN_API_URL }}
          api-key: ${{ secrets.GHOST_ADMIN_API_KEY }}

Getting the same error here on this which is completely causing the deployment to fail.

Any thoughts on what might be causing this?

@alexisdechiara @erinmikailstaples Same issue here.
Seems to be an issue with the Ghost API. Did you find any workarounds?

Same here, any updates?

Fixed with #80!