Skip to content

Move custom messages option to submenu + fix remove empty inputs #25

Move custom messages option to submenu + fix remove empty inputs

Move custom messages option to submenu + fix remove empty inputs #25

Workflow file for this run

name: Package and release
on:
push:
branches:
- main
tags:
- "**"
jobs:
release:
runs-on: ubuntu-latest
env:
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Clone project
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Package and release
uses: BigWigsMods/packager@v2