Skip to content

Testing CI

Testing CI #4

Workflow file for this run

name: Release
on:
push:
branches:
- develop
- main
- production
jobs:
release:
name: "Create Release"
runs-on: ubuntu-latest
steps:
- uses: alleyinteractive/action-release@feature