Skip to content

Checkout LFS when creating the release #3

Checkout LFS when creating the release

Checkout LFS when creating the release #3

Workflow file for this run

name: Release package
on:
push:
tags:
- "v*"
jobs:
release:
permissions: "write-all"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: nschloe/[email protected]
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: true
title: "Release ${{ github.ref }}"
files: models/*