Skip to content

ci: tag main commits as latest #2

ci: tag main commits as latest

ci: tag main commits as latest #2

Workflow file for this run

name: Continuous Deployment
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: '${{ secrets.GITHUB_TOKEN }}'
automatic_release_tag: 'latest'
prerelease: true
title: 'Development Build'