Skip to content

Merge pull request #976 from UC-Davis-molecular-computing/dev #70

Merge pull request #976 from UC-Davis-molecular-computing/dev

Merge pull request #976 from UC-Davis-molecular-computing/dev #70

Workflow file for this run

name: "release"
on:
push:
branches:
- "main"
jobs:
release:
name: "Release"
runs-on: ubuntu-22.04
steps:
# ...
- name: "Build & test"
run: |
echo "done!"
- uses: "marvinpinto/[email protected]"
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: false
title: "Development Build [TODO: Replace label and title with version number]"
files: |
LICENSE.txt