Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

feat: initial release #1

feat: initial release

feat: initial release #1

Workflow file for this run

# This is autogenerated - do not touch!
name: Release
on:
push:
branches:
- main
- master
- "*[0-9].*[0-9].x"
- "*[0-9].x.x"
- dev
- pre
- alpha
- beta
jobs:
release:
strategy:
matrix:
os: [ ubuntu-latest ]
python-version: [ 3.11 ]
poetry-version: [ 1.3.2 ]
uses: lundalogik/lime-workflows/.github/workflows/release.yml@v2

Check failure on line 22 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

error parsing called workflow ".github/workflows/release.yml" -> "lundalogik/lime-workflows/.github/workflows/release.yml@v2" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit
with:
os: ${{ matrix.os }}
solution_name: "solution-verheij-metaal"
python_version: ${{ matrix.python-version }}
poetry_version: ${{ matrix.poetry-version }}
imagebaker_build_command: "lime-imagebaker appstack build --python3_11"
image: true