Skip to content

I can't deploy - Version 3.8.1 was not found in the local cache #56

@mateusrc-dev

Description

@mateusrc-dev

Error in the image below:

image

My code is the same as suggested:

deploy:
needs: build # Will only run if the test job succeeds
if: github.ref == 'refs/heads/main' # Only run this job if it is on the main branch

runs-on: ubuntu-latest

steps:
  - uses: actions/checkout@v2
    with:
      ref: main # Check out main instead of the latest commit
      fetch-depth: 0 # Checkout the whole branch

  - uses: actions/setup-python@v2
    with:
      python-version: "3.8.1"

  - uses: mhanberg/gigalixir-action@v0.4.0
    with:
      GIGALIXIR_APP: disguised-massive-moorhen
      GIGALIXIR_CLEAN: true # defaults to false
      GIGALIXIR_USERNAME: ${{ secrets.GIGALIXIR_USERNAME }}
      GIGALIXIR_PASSWORD: ${{ secrets.GIGALIXIR_PASSWORD }}
      MIGRATIONS: false # defaults to true
      SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}

I'm using Windows 10.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions